I am storing all my passwords in the form hashed. I need to retrieve these passwords Eg
My password is "123456" I save this as hashed "3453474852dfdsfdsfdf" value.
I need to retrieve the original password from the hashed value. (Get Password).
How can I do that?. I am doing SHA1 hashing algorithm.