Course
In this challenge, you need to retrieve a key from an Android application that requires a pin code, which is not set. You can solve this by either using apktool to inspect the smali code or by extracting and decompiling the <code>classes.dex</code> file to Java code and identifying the XOR-based encryption used on the key.
CWE-326,CWE-693,CWE-16
Ready to practice?
Get access to this lab and 600+ hands-on exercises with a PRO subscription.