I want to Decrypt the password
In My Database there is a table that has a password field with Datatype of string.
This password is Encrypted and I do not know what algorithm was used.
It is necessary for me to decrypt this. but I do not find the query that decrypt this hashed password.
please give me a query in order that decrypt password.