Deterministic password generation and password storage.
Project description
A command line application for deterministic password generation and password storage.
Getting started
Install it using
pip install passthesalt
and start storing secrets with
pts add
How does it work?
Secrets are generated on the fly using the same secure algorithm each time which uses a master password and a description of the password. Only the description of the secret is stored. This means the secrets are not stored anywhere.
The generation algorithm is PBKDF2 using 2048 iterations of HMAC-SHA-256, applied to (full name + master password) as the key and the description as the salt.
Since sometimes you cannot choose your passwords the application also has provision to securely AES (CFB) encrypt secrets with the master password.
Usage
The cli has the following commands
add Store secret. diff Compare two stores. get Retrieve secret. ls List the secrets. mv Rename secret. pull Update local store with remote store. push Update remote store with local store. rm Remove secret.
All commands and options are documented in the cli. You can use the --help
option with any command.
License
This project is licensed under the MIT License. See the LICENSE.txt file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for passthesalt-2.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41967ec64082fbcbe8076d5df3d74bdd7f5a92a03f67218a528559334b6bfac7 |
|
MD5 | c7f8782e8a469d2dfb33676c14a1b310 |
|
BLAKE2b-256 | 078175f0c44f43a405623119d26db5b25d65820ecad73cb36902dbc4fb3185dd |