how to use with encrypted passwords in base64
#1
i found this mysql table and am novice to password cracking and unsure of the encryption algorithm used but assume its straightforward though the AES decrypt mysql function didn't work. 

example record:

I have a mysql table with base64 strings for the encrypted data along with a key but my attempt to use AES_decrypt in mysql resulted in NULL. Is there a way I can determine encryption algorithm used and method of decrypting the data?
Exemplar record:

any suggestions or can someone easily figure this out?
Reply