Posted by Karen Sy on Sep 06
Hi Everyone, I'm currently reviewing an app prior to launching to ourprod. One of our security requirements is for the password to be
encrypted.
When i checked the password field in db, i noticed that all passwords
are ending with a double equal sign e.g "==".
I am under the impression that they are just base64 encoded rather
than encrypted. However, i tried decoding it using base64 but i'm not
getting a valid data.
Am i...