Skip to content

Polaris4776/Seleni

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A symmetric cryptographic module.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages