realm / realm-browser-osx

DEPRECATED - Realm Browser for Mac OS X has been replaced by realm-studio which is cross platform.
https://realm.io
502 stars 54 forks source link

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

Closed ceprus closed 7 years ago

ceprus commented 7 years ago

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

stel commented 7 years ago

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

ceprus commented 7 years ago

Ok, it's not obvious