i am using Crypto.HashPassword() method for generate password.can you help me to decrypt that hasspassword which i created hashed password using Crypto.HashPassword() method
Asked
Active
Viewed 293 times
0
-
1If that was easily possible then using hashed passwords wouldn't be useful at all. – Dirk Sep 10 '14 at 06:21
-
Are you trying to compare the entered password to the stored password? If so, you should encrypt the input as well, and compare the encrypted strings. – Ivo Coumans Sep 10 '14 at 06:22
-
No,i am trying to decrypting that password – user1983379 Sep 10 '14 at 06:29
-
Then it depends on the algorithm used, but if it's any half-decent one then you probably have to brute force it to get a hash conflict. – Dirk Sep 10 '14 at 06:36
-
that process does not able to decrypting Crypto.HashPassword() method's hashed password – user1983379 Sep 10 '14 at 08:39
-
hi Dirk what ever it's useful or not could you please give me example code how to do? – user1983379 Sep 10 '14 at 13:01
-
Martin Liversage u had put this question has duplicate but still i didnt find the excat solution could please give the solution or idea for this – user1983379 Sep 15 '14 at 09:47