Skip to content

leoGlez01/encypted-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Encrypted Code - L0123 Algorithm

Note

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}")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages