This library can be used to encrypt and decrypt passwords using the new L0123 algorithm.
Project description
Encrypted Code - L0123 Algorithm
EncryptedCode is a python library accessible to everyone that is under improvements where I use a new encryption algorithm created by © Software Engineer Leandro Gonzalez Espinosa. and named L0123.
INSTALATION
pip install encryptedcode
IMPORTANT
REMEMBER SAVE THE KEY INSIDE TO ENVIROMENT VARIABLE FOR YOUR SECURITY
USAGE EXAMPLE
#imports
from encryptedcode.encrypted_code import generate_key, encode, decode
key = generate_key()
cadena = "Hey! I'm a simple String"
encoded = encode(cadena, key)
print(f"Encoded: {encoded}")
decoded = decode(encoded, key)
print(f"Decoded: {decoded}")
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file encryptedcode-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: encryptedcode-1.0.0-py3-none-any.whl
- Upload date:
- Size: 1.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e23726696e18a9e0dbabe79ab38f6b8090d7c4ff650feaf250b4c21096737e8 |
|
MD5 | fcfe0f02114dbabf85d64c2c7aefcec0 |
|
BLAKE2b-256 | 62c558fcf04cb4f2af44aab84899638427432a02f25856b17cd2f05fb8d3a21e |