Skip to content

AES encryption and decryption algorithms implemented in Verilog programming language

Notifications You must be signed in to change notification settings

Daniyar1239/AES-encryption-in-Verilog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES-encryption-in-Verilog

AES encryption and decryption algorithms implemented in Verilog programming language.

The results of encryption and decryption processes are retrieved from Modelsim. The encyption has been implemented correctly; however, the decryption implementation has some unidentified problems.

Please, feel free to change the input key to get another ciphered outputs. If you are not completely familiar with AES encryption, you can watch the detailed example attached to the repository.