Firebase encryption at rest

故事扮演 提交于 2019-12-24 13:35:06

问题


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.


回答1:


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 encrypted at rest.



来源:https://stackoverflow.com/questions/35708611/firebase-encryption-at-rest

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!