How to know which algorithm has been used to encrypt existing passwords in a table
In here i want to add a record to a Mysql users
table manually. There is a field called encrypted_password
but i dont know the encryption algorithm that has been used. When Im trying to add a record manually but it didnt work when im authenticating.