Recent content by poldenais

  1. P

    Need help debugging an Android test application

    Hi, I'm debugging a test app that stores a database with usernames and passwords. I can list out all the usernames and passwords but the passwords are showing encrypted. I'm trying to figure out how the passwords are encrypted thinking its using a key to AES encode but it doesn't seem to be...