encryption - What SHA2 hash function does Realm dot net use -


on realm xamarin page says

realm supports encrypting database file on disk aes-256+sha2 supplying 64-byte encryption key when creating realm.

which sha2 hashing function use. sha256?

yes, realm uses sha256 validate data integrity. curious difference makes? or curious?


Comments

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -