diff --git a/Site/algorithm.html b/Site/algorithm.html index c90b497f..36659335 100644 --- a/Site/algorithm.html +++ b/Site/algorithm.html @@ -15,6 +15,19 @@ +
++ The theory behind Master Password is simple. The user remembers a single, secure password. The user only ever uses that password to log into the Master Password application. This master password is then used as a seed to generate a different password based on the name of the site to generate a password for. +
+ ++ The result is that each master password generates its own unique sequence of passwords for any site name. Since the only input data is the master password and the site name (along with a password counter, see below), there is no need for any kind of storage to recreate a site's password. All that's needed is the correct master password and the correct algorithm implementation. What that does for you is make it almost impossible to lose your passwords. It also makes it nearly impossible for hackers to steal your online identity. +
+- The theory behind Master Password is simple. The user remembers a single, secure password. The user only ever uses that password to log into the Master Password application. This master password is then used as a seed to generate a different password based on the name of the site to generate a password for. -
- -- The result is that each master password generates its own unique sequence of passwords for any site name. Since the only input data is the master password and the site name (along with a password counter, see below), there is no need for any kind of storage to recreate a site's password. All that's needed is the correct master password and the correct algorithm implementation. What that does for you is make it almost impossible to lose your passwords. It also makes it nearly impossible for hackers to steal your online identity. -
-diff --git a/Site/index.html b/Site/index.html index e3cbe4fc..500e8649 100644 --- a/Site/index.html +++ b/Site/index.html @@ -14,6 +14,7 @@ + - +
++ Master Password is a revolution in password management. +
+ ++ It aims to secure your online (and offline!) life by changing the way you deal with passwords. +
+ +- Master Password is a revolution in password management. -
- -- It aims to secure your online (and offline!) life by changing the way you deal with passwords. -
- -