Very simple encoder and Encrypting technique.
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
from fun-encoder *
original_text = "Hello World!"
encrypted_data = encrypt(string_plain_data(original_text))
print(encrypted_data)