You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However Realm Databases have a notable issue when using the encrypted method, The encryption key is also the decryption key. If a user is able to obtain the key that is used to encryption they are able to decrypt the database and view the contents contained in it. This is trivial to do with a simple Frida script for both iOS & Android.
Hi @R3zk0n, thanks a lot for your suggestion, could you please open a PR with that?
⭐ Tip: for a one line edit you can do it directly in GitHub by going to the file and clicking on "Edit file".
Alternatively you can navigate to the file and press ".", you'll be presented with an online vscode where you can do and commit your changes and even open a PR from there.
Proposal to add to a section
Adding to section 0x06-d - Realm Databases
Decrypting Realm Databases
However Realm Databases have a notable issue when using the encrypted method, The encryption key is also the decryption key. If a user is able to obtain the key that is used to encryption they are able to decrypt the database and view the contents contained in it. This is trivial to do with a simple Frida script for both iOS & Android.
Resources for Android: Enter The Realm
The text was updated successfully, but these errors were encountered: