Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decrypting Realm Databases #1951

Closed
R3zk0n opened this issue Oct 25, 2021 · 1 comment · Fixed by #2570
Closed

Decrypting Realm Databases #1951

R3zk0n opened this issue Oct 25, 2021 · 1 comment · Fixed by #2570

Comments

@R3zk0n
Copy link
Contributor

R3zk0n commented Oct 25, 2021

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

@cpholguera
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants