A safe waay to store your Python application credetials
Project description
SAFEBOX
A minimal safe way to store your application credentials.
DESCRIPTION
This application is build with cython and c/c++ code, this allow us to store a "super secret key" to encrypt and decrypt strings, using AES algorithm, this allow to store, with a minimum safety, crypted strings, this strings, can be, for ex. users, passwords, address to database connection.
IMPORTANT: This module comes with random keys, but is EXTREMALLY RECOMENDED than you compile this module by you own, from sources (available on github), to define YOUR UNIQUE secret key on the c/c++ modules.
IMPORTANT2: The PRIVATE_KEY must be 32bytes long (32 chars) and the PRIVATE_IV must be 16bytes long.
REFERENCES
Encryption algorithm take from: Encryptions
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
File details
Details for the file safebox-20210225111444.tar.gz.
File metadata
- Download URL: safebox-20210225111444.tar.gz
- Upload date:
- Size: 34.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
19c1e1e6c70f215992187013560b35362a9dec3b939138d216395baad66ea276
|
|
| MD5 |
388fe8d8707be08ee557428f90505286
|
|
| BLAKE2b-256 |
521ddcf37727627bbc2b4d6e975c700bbe4f54a5c76db2897cfb51f01e85da0f
|