Skip to content

korayersin/python-aes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

#Python AES Crypto

##Requirements

  • pycrypto pip install pycrypto

##Usage aes = AESCrypto("username", "value_of") crypted_password = aes.encrypt("password") print(crypted_password, aes.decrypt(crypted_password))

About

Aes encryption and decryption with Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages