Fleeting Password Manager is a simple program that generates highly secure pseudo-random passwords from the given master password, URL/ID (e.g. facebook, www.facebook.com, google, my_server..) and user name. The user needs to remember only her master password to recover other passwords. Passwords are always regenerated on-the-fly from the given login data when needed and are never saved. In other words, Fleeting Password Manager combines the password creation and management. The length of the generated password is configurable between 8 and 32 characters and Fleeting Password Manager can remember wanted URL/User-pairs.
For login information:
Master password: | qwerty123 |
URL/ID: | www.facebook.com |
User name: | john.doe@example.com |
The generated 8-char password is always: OGM2ZjVk.
This password can then be copy-pasted to the facebook login field.
Notice, that the URL doesn't have to be the real URL, it just has to be exactly the same every time, something that you remember. You can use "gmail" for Gmail, "facebook" for www.facebook.com, "linkedin" for www.linkedin.com and so on.
For login information:
Master password: | qwerty123 |
URL: | |
User: | john.doe@example.com |
The generated 8-char password is now always: ZjQxOWM1.
As mentioned before, Fleeting Password Manager never saves any passwords. However, the user name, url/id and length can be saved. This data can also be exported and imported from the file menu.
The exported data is saved in XML-format. Importing logins never deletes the previous ones, but may update already existing url/id's with new user names.
On Linux, the settings data is located as a simple text file in the user's home directory: ~/.config/fleetingpm/fleetingpm.conf
If you copy this file to the same location in some other Linux-based system, you'll get the same saved logins and settings.
On Windows, the system registry is used.