Semi Secret Key-value storage
Project description
semi-secret
A secure key-value storage utility with command-line interface
Installation
pip install semi-secret
Usage
Store a secret:
semi-secret --store "mysalt=mykey=myvalue"
Retrieve a secret:
semi-secret --load "mysalt=mykey"
Development
To set up the development environment:
. ./activate.sh
Windows
This environment requires you to use git-bash
.
Linting
Run ./lint.sh
to check code quality using pylint
, flake8
and mypy
.
Security
This tool uses Fernet encryption (from the cryptography package) with PBKDF2 key derivation to securely store your data. Data is stored encrypted in ~/.semi_secret/secrets.enc
.
Releases
- 1.0.1 - Usage fixes from the inclusion in
advanced-aicode
- 1.0.0 - Initial release
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
semi_secret-1.0.1.tar.gz
(11.4 kB
view details)
Built Distribution
File details
Details for the file semi_secret-1.0.1.tar.gz
.
File metadata
- Download URL: semi_secret-1.0.1.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12de2ff91b6428e02016ace55fb97f4a0459d1a57b9ad06995881c30259e1546 |
|
MD5 | a0d139f51876c247ffebf53d14454b9a |
|
BLAKE2b-256 | 8d12ce0e57ca15f219271fccb98e5ce566036311100dceb1836affd8cb33ff68 |
File details
Details for the file semi_secret-1.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: semi_secret-1.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e0c1cd792b2db64b189a11a366406a080f0a60be3f5d35fbc4965ca0e7e3106 |
|
MD5 | 92a8eef29b3df713f56af2c22c5db59c |
|
BLAKE2b-256 | b8c3b41d570f305df52e8033e3b592c2fb29006ed58f4ca84842dcd8d7b00099 |