Generate passwords from hash of the resource, and user.
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.
Operating systems:
Windows 7, Windows Vista, Windows XP, Windows 2003
Date:
20.06.2013
Related Software