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

Concatenated AES Encryption Key #655

Open
kpratik99 opened this issue Jan 7, 2024 · 1 comment
Open

Concatenated AES Encryption Key #655

kpratik99 opened this issue Jan 7, 2024 · 1 comment
Labels
freshissue Default label for new, untriaged issues.

Comments

@kpratik99
Copy link

kpratik99 commented Jan 7, 2024

Hi,

While running an objection on an ios app, concatenated AES key is displayed:

length = 456, bytes = 0x62706c69 73743030 d4010203 04050607 ... 00000000 00000154

Any way around to print full encryption key?

@kpratik99 kpratik99 added the freshissue Default label for new, untriaged issues. label Jan 7, 2024
@leonjza
Copy link
Member

leonjza commented Jan 8, 2024

Going to need more info on the type, and how you got that output. In short, it will probably require you to write a custom hook (you can use objections hook generators to get you started fast) to dump what you need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
freshissue Default label for new, untriaged issues.
Projects
None yet
Development

No branches or pull requests

2 participants