Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 438 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 438 Bytes

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