Generate account passwords based on account nicknames and a master password.
Project description
Using a single master password and various nicknames, one can create an infinite number of unique account passwords. These unique account passwords are commonly called password hashes, domain-specific passwords, or per-site passwords.
The CLI implementation of Oplop is only one of many implementations. See the project home page for the complete list of available implementations of Oplop.
General
Project home page: http://code.google.com/p/oplop/
What Oplop is: http://code.google.com/p/oplop/wiki/HowItWorks
CLI-specific
Release Notes: http://code.google.com/p/oplop/wiki/CLIReleaseNotes
Instructions: http://code.google.com/p/oplop/wiki/CLIInstructions
Testing
Run python3 test_main.py. Do note that Python 3 is required to run the test suite.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.