PW helps you create complex passwords that you can easily access in seconds on any device, anywhere. So you can forget them and get on with your life.
All of the PW code is open source under the MIT Licence.
PW takes the two inputs Service and Password and runs it through a SHA1 hash with four pipes thrown in to make it a little interesting:
SHA1(“Service” + “||” + “Password” + “||”)
For example with the service “facebook” and the password “hackference” it would be:
SHA1(facebook||hackference||)
and output:
762b679fA17b10D6Cc2d2194542d2235738b3e33