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 Distribution

encryptedcode-1.1.9.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: encryptedcode-1.1.9.tar.gz
  • Upload date:
  • Size: 2.9 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.9.tar.gz
Algorithm Hash digest
SHA256 a0f1751d69b2a6098578bb77b2e296a19eeb7f8dd756b02352ab19ee19a9f429
MD5 5af27f7893e218517b93d44b427f8abe
BLAKE2b-256 25aad5deb715754ca5bd1d6e5a74c34a54c45e2d3650e271adbf08f32a5dd983

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for encryptedcode-1.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 78b747fa93c65f8385fdc218f7a2dfca8ccf7ef6573ffe60b59b28cf37f01e5a
MD5 02af285299374fa6837f4dc9b1faa9ad
BLAKE2b-256 f4de5a5394d44b9ed55808d44038f5d76a798ba12de4b8945df8610be9b3b156

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