简体   繁体   中英

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM