realm/realm-browser-osx

The browser requires a 128-byte key to open the file encrypted with a 64-byte key

Closed this issue · 2 comments

The file was encrypted with a 64 byte key
[[RLMRealmConfiguration defaultConfiguration] encryptionKey]

stel commented

You should use string representation of your encryption key which is 128-characters string of hexadecimal value.

Ok, it's not obvious