P
Download v1.0
31 downloads
| Version | 1.0 |
|---|---|
| Publisher | C Hegemony Hater |
| Release date | Jun 20, 2013 |
| Date added | Jun 20, 2013 |
| Os requirements | Windows 2003, Windows Vista, Windows, Windows 7, Windows XP |
| Requirements | None |
| Total downloads | 31 |
| Price | Free |
Description
PassWordFromHash is an application to generate passwords from hash not from random numbers. Concatenate user, resource, and master password to one string, calculate RIPEMD-160 hash of that string, convert hash to big number (from 0 to 2^160 - 1), translate number to 62-sign numeral system, each digit is represented as char (0-9, A-Z, and a-z), and get a password. Length is not more than 28 letters, because 62^28 is greater than 2^160.