A tiny secret manager written in python
Project description
secrets
A tiny secret manager in python. Adds the secrets file to the .gitignore.
TODO
- Add encryption with public RSA key
- Store key in header of encrypted file
Example
import secretm
# The class takes an optional path for the secrets file
s = secretm.Secrets()
# Write the api key to the secrets file
s['api_key'] = 'abc'
# Print the secret
print(s['api_key'])
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
secretm-0.0.2.tar.gz
(3.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file secretm-0.0.2.tar.gz.
File metadata
- Download URL: secretm-0.0.2.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11780a36a00873f8f71122ae738ab47d69edda1a958308c3fe63079d3e6ebb26
|
|
| MD5 |
d992217ff5746f44f9017f7b1b9bfc32
|
|
| BLAKE2b-256 |
30a12fd9cdb49fd884560af78a1407294942d80feb99412c2e28561570f40cbb
|
File details
Details for the file secretm-0.0.2-py2.py3-none-any.whl.
File metadata
- Download URL: secretm-0.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58a86a539a7b2243ddde61fd1a999b61a7b1b0b5ab163d701d9ceb4836a7e926
|
|
| MD5 |
edb4f9315f1b380cd64b935fd5892045
|
|
| BLAKE2b-256 |
72ec6df754378a03cd1cccafeb919fdecebed7933eab933ceaba68c472a97080
|