0

On the Realm Xamarin page it says

Realm supports encrypting the database file on disk with AES-256+SHA2 by supplying a 64-byte encryption key when creating a Realm.

Which SHA2 hashing function does it use. Is it SHA256?

rideintothesun
  • 1,628
  • 2
  • 12
  • 29

1 Answers1

1

Yes, Realm uses SHA256 to validate data integrity. I am curious as to what difference this makes? Or are you just curious?

Kristian Dupont
  • 800
  • 4
  • 12
  • Thanks for the info. I was just curious about the standard. I understand that SHA2 is the encompassing family of functions, and was wondering which one of the family was being used. – rideintothesun Jun 13 '16 at 19:40