Skip to content

AES-128 and CFB128 mode AES realization using Python.

Notifications You must be signed in to change notification settings

WindVisionQAQ/PyAES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Project Composition

AES_encrypt.py is used to encrypt 128-bit plain text. The plain text can be changed by changing the value of variable "plain_text" in the python file.

CFB_Mode.py simulates the CFB128 AES. Considering the convenience, I delete the punctuation of original sentence rather than operate zero-padding.

AES_decrypt is used to decrypt 128-bit cipher text. The cipher text can be changed by changing the value of variable "cipher_text" in the python file.

How to use?

In Linux terminate, just python xxxx.py to operate.

Author

Contact luisliuzijie@foxmail.com. Any feedback welcomed =-=.

About

AES-128 and CFB128 mode AES realization using Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages