
The attachment contains the HashPassword tool.
Tool Description
This visual tool generates the hashed password using either SHA1 or MD5 hashing algorithm depending on the choice you make. It will display the hashed password in the read-only text box, it can also copy the hashed password to a clipboard of your choice for easy paste operation.
Where do we need this
Forms Authentication in ASP.net. I was working with the Forms Authentication mechanism provided with ASP.Net. My users were limited, so I decided to have the user name and password combinations on the web. config file which will support passwords in clear text and hashed. Obviously, my decision was for hashed passwords. I searched for the tool to generate hashed passwords but the search resulted in a void, so this tool was born.
You might find other places of need also.
Vithal WadjePosted Oct 31, 2014, 10:50 AM
zanko zanst it is base64 encoded,you can also decode it by using some online tool
zanko zanstPosted May 20, 2011, 12:10 PM
i have this (hash) i want to decrept this df44ec55abaa42c1f0ca3a46640dda7f to recover curect password
nick charmPosted Dec 13, 2007, 10:10 AM
can somebody tell me where to download free airpcap?
nick charmPosted Dec 13, 2007, 10:08 AM
can u pls help me where to find that hashes password?