Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Realm Xamarin 页面上,它说
Realm 通过在创建 Realm 时提供 64 字节的加密密钥,支持使用 AES-256+SHA2 加密磁盘上的数据库文件。
它使用哪个 SHA2 散列函数。是 SHA256 吗?
是的,Realm 使用 SHA256 来验证数据完整性。我很好奇这有什么不同?或者你只是好奇?