Is thee a way to do AES Encryption & Decryption from php?
Specifically, I want passwords stored in a MySQL database to be encrypted. Of course they will have to be checked when a user logs in so I'm guessing I would have to decrypt to do a compare?
Thanks