Difference between revisions of "How it works"

From PasswordMaker
Jump to navigationJump to search
Line 13: Line 13:
 
For times when you must use an unsupported browser or can't install the extension for some other reason, there's an [http://passwordmaker.org/passwordmaker.html online version] which mimicks the extension and works in all browsers new and old. No downloads or installations are required.
 
For times when you must use an unsupported browser or can't install the extension for some other reason, there's an [http://passwordmaker.org/passwordmaker.html online version] which mimicks the extension and works in all browsers new and old. No downloads or installations are required.
  
Additionally, there is a stand-alone version for [http://wiki.passwordmaker.org/index.php/Desktop desktops], as well as a [http://wiki.passwordmaker.org/index.php/Command-line command-line] version that can be integrated with custom applications.
+
Additionally, there is a stand-alone version for Windows, Linux and Mac [http://wiki.passwordmaker.org/index.php/Desktop desktop users], as well as a [http://wiki.passwordmaker.org/index.php/Command-line command-line] version that can be integrated with custom applications.
  
 
Lastly, there is a J2ME version for mobile phones, and PDAs in the works, although it is moving slowly at the moment. If you are interested in seeing this implemented more quickly and are willing to sponsor its development, please add a post in the [http://forums.passwordmaker.org/index.php/board,26.0.html Forums] and someone will get in touch with you to discuss terms.
 
Lastly, there is a J2ME version for mobile phones, and PDAs in the works, although it is moving slowly at the moment. If you are interested in seeing this implemented more quickly and are willing to sponsor its development, please add a post in the [http://forums.passwordmaker.org/index.php/board,26.0.html Forums] and someone will get in touch with you to discuss terms.

Revision as of 16:52, 31 August 2007

You provide PasswordMaker two pieces of information: a master password -- that one, favorite password you like -- and the URL of the website requiring a password (for internet applications without URLs, such as instant messaging, you can make up any URL you like; e.g., aolinstantmessenger.com).

Through the magic of one-way hash algorithms, PasswordMaker calculates what is known as a digital fingerprint - or hash - which can then be used as your password for the website.

Although one-way hash algorithms have a number of interesting characteristics, the one capitalized on by PasswordMaker is that the resulting hash (password) "does not reveal anything about the input (your master password) that was used to generate it." [1]

In other words, if someone has one or more of your generated passwords, it is computationally infeasible for him to derive your master password or to calculate your other passwords. Computationally infeasible means even computers like this won't help!

Security features offered by the Browser Extension version of PasswordMaker - such as the ability to automatically insert generated passwords into a web sites' password box, helps protect you from key-loggers and/or trojan horses that some Black Hats use to try to steal passwords. For more details, visit the FAQ.

What About Portability?

For times when you must use an unsupported browser or can't install the extension for some other reason, there's an online version which mimicks the extension and works in all browsers new and old. No downloads or installations are required.

Additionally, there is a stand-alone version for Windows, Linux and Mac desktop users, as well as a command-line version that can be integrated with custom applications.

Lastly, there is a J2ME version for mobile phones, and PDAs in the works, although it is moving slowly at the moment. If you are interested in seeing this implemented more quickly and are willing to sponsor its development, please add a post in the Forums and someone will get in touch with you to discuss terms.