Algorithm:
1. Concatenate "User", "Resource", "Master password" (yes, it is correct order!) to one string.
2. Calculate RIPEMD-160 hash of that string.
3. Convert hash to big number (from 0 to 2^160 - 1).
4. Translate number to 62-sign numeral system.
5. Each digit is represented as char 0-9, A-Z, a-z.
6. So, we get a password! Length is not more than 28 letters, because 62^28 is greater than 2^160.
If you have coding experience, please check program correctness and help me improve GUI.
Written in Visual Basic 2010 Express. Requires .NET 4, because previous have not BigNumber.
Follow PassWordFromHash
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of PassWordFromHash!