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

About

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 import generate_key, encode, decode

# Generate a key
key = generate_key()

# Encode a string
encoded_string = encode("your_password", key)
print(f"Encoded: {encoded_string}")

# Decode the string
decoded_string = decode(encoded_string, key)
print(f"Decoded: {decoded_string}")

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

encryptedcode-1.1.10.tar.gz (3.1 kB view details)

Uploaded Source

Built Distribution

encryptedcode-1.1.10-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file encryptedcode-1.1.10.tar.gz.

File metadata

  • Download URL: encryptedcode-1.1.10.tar.gz
  • Upload date:
  • Size: 3.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for encryptedcode-1.1.10.tar.gz
Algorithm Hash digest
SHA256 2c814beb3bfea67c7d78865b2ac176c2378f6ceb886fd45ba1e4adc91f6ed38c
MD5 a1197f6241a88c2135d06f531417393c
BLAKE2b-256 ed1ffc36e9077b50e48fa5ee7c3aab458bfa00d2efafc55e34f1a52c7d854aa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for encryptedcode-1.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 e691cae8fb4e491dca6acc5e883ee184f2484d4901aa9e47a80d45e0c551d2b3
MD5 0caa6369d6b580d49f1d7fb3d23309af
BLAKE2b-256 a22aa2edfc2e943c9fdcfbf197caa65ebfe78cdf9c66309df318b00381e161ea

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