mdp - User friendly password storage tool.
It comes from the french "Mot De Passe"
This program offers no warranty. No security audits have been performed to ensure any level of protection for the data that may be stored with it.
this program can store your passwords on a encrypted file and allows you to access it in a very simple way.
Each password has 3 information:
- Domain : (or service or URL) where the account is registered
- Login : identifier for the account
- Password
This program doesn't interact with keyring or any other key manager. All the passwords are stored in a human readable text file; which is encrypted with a master password using the highly secure AES algorithm.
See installation notes to know how to use mdp.
The program is fully interactive :
$ mdp.py
You can also use these parameters:
-h --help
Output some help and exit
-v --version
Output version information and exit
Copyright © 2015-2020 Pierre Faivre. This is free software, and may be redistributed under the terms specified in the LICENSE file.