Metadata-Version: 2.1
Name: safebox
Version: 20210225111444
Summary: A safe waay to store your Python application credetials
Home-page: https://github.com/MMichels/safebox
Author: Mateus Michels de Oliveira
Author-email: michels09@hotmail.com
License: UNKNOWN
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](https://github.com/calccrypto/Encryptions)
        
        
        
Platform: UNKNOWN
Requires: setuptools
Requires: wheel
Requires: Cython
Description-Content-Type: text/markdown
