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.
I used some provided algorithms such as Sh1,DecryptByAsymKey. but I di not get the answer.
1
which query you used to encrypt or how to encrypted it share tech stack details that you used