/fun-encoder

Very simple encoder and Encrypting technique

Primary LanguagePythonMIT LicenseMIT

fun-encoder

Very simple encoder and Encrypting technique.

⚠️ Warning

If you want to use fun-encoder as a module, then don't forget to import it so that it can be called in your code

Example Usage

from fun-encoder *
original_text = "Hello World!"
encrypted_data = encrypt(string_plain_data(original_text))
print(encrypted_data)

Preview

Alt Text