简体   繁体   中英

Firebase encryption at rest

I really enjoy using Firebase, and I would like to use it in a new app, but the app would have the user upload sensitive information.

I know Firebase uses https, but looking around, it seems Firebase does not yet make encryption at rest available.

Is there a way around this to use Firebase and still make an administrator unable to read the data from the Firebase Forge, for instance?

Thank you.

If you encrypt all data that you store in Firebase with a key that is only known to the client, it will not be readable by anyone but that client.

Update (20160528): As of a few months ago all data for the Firebase Database is also encrypt ed at rest.

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