Skip to main content

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


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

encryptedcode-1.0.0-py3-none-any.whl (1.7 kB view details)

Uploaded Python 3

File details

Details for the file encryptedcode-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for encryptedcode-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9e23726696e18a9e0dbabe79ab38f6b8090d7c4ff650feaf250b4c21096737e8
MD5 fcfe0f02114dbabf85d64c2c7aefcec0
BLAKE2b-256 62c558fcf04cb4f2af44aab84899638427432a02f25856b17cd2f05fb8d3a21e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page