Logo_Seleni


Exemple of use :


import Seleni

MyKey = “GitHub” MySecretText = “Seleni is wonderfull !!!”

MyEncryptedText = Seleni.crypt(MyKey, MySecretText)

print(MyEncryptedText)

MyDecryptedText = Seleni.decrypt(MyKey, MyEncryptedText)


Output :


5893.10606.12638.7376.12874.10400.2272.11026.13457.2339.13927.10994.7810.10501.11819.8325.11938.11588.7668.11341.3746.2412.3865.3272

GitHub

View Github