sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.4k stars 848 forks source link

Android print encryption and decryption key #701

Open cloud-jie opened 3 days ago

cloud-jie commented 3 days ago

Hi, there is one thing that confuses me a lot, for ios, has ios monitor crypto command to print encryption/decryption key, but for android, there seems to be no such option?

But then again I found android encryption and decryption related libraries in the source code, it's strange, but I don't know how to use them again。

image

IPMegladon commented 2 days ago

The source code has implementations for monitoring and changing the keystore on android. You are welcome to add a pull request to implement similar functionality to the ios side for monitoring the crypto functions in general. I'm sure it would be a useful addition.