Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
179 views
in Technique[技术] by (71.8m points)

Firebase/Firestore Encryption Level at rest

I'm looking for documentation that says the level of encryption is used at rest for firebase auth and firestore data:

  • Firebase Authentication
  • Firestore

This stackoverflow question points to a link that says it is encrypted, here: https://firebase.google.com/support/privacy#data_encryption

However, it does not specify the encryption level.

Is the data encrypted at AES 256? If not, what level of encryption is used?

question from:https://stackoverflow.com/questions/65904852/firebase-firestore-encryption-level-at-rest

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Firestore is a part of Google Cloud products and all user content stored in Google Cloud is encrypted at rest without additional action required.

As shown in the diagram, data chunks in storage systems are protected by AES256 encryption with integrity.

The same applies on Firebase Auth as the service run on Google infrastructure though it is exclusive on US datacenters.

https://cloud.google.com/security/encryption-at-rest/default-encryption


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...