Copyright © password_manager Project Contributors.
password_manager is A lightweight password manager
(salt)[local] (ruler)
\ /
\ /
\ /
+----------+
| password |
+----------+
||
||
(encoding)
||
||
+---------------+ +---------------+
|secret password|[local]<======(back up)======>|secret password|[cloud]
+---------------+ +---------------+
||
||
(decoding)
||
||
+----------+
| password |[GUI]
+----------+
pwd_manager can be run directly from the source code, hosted on the pwd_manager github repo.
git clone https://github.com/CodeJxer/password-manager.git
cd pwd_manager
python bootstrap.py
Everyone is welcome to help with pwd_manager.
Before posting a report, please carefully read our Troubleshooting Guide and search the issue tracker for your error message and problem description, as the great majority of bugs are either duplicates, or can be fixed on the user side with a few easy steps. Thanks!