Skip to content

Cryptography and Computer Security course projects - includes AES implementation with 3 modes (ECB, CBC, and OFB) and a tool for data integrity

Notifications You must be signed in to change notification settings

oguzhanagkus/cryptography-and-computer-security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptography and Computer Security Course Projects

In this project, I implemented AES algorithm, and added functionality to run in ECB, CBC, and OFB modes.

Additionally, I developed a tool for data integrity. It creates a hash value for a given file using AES in CBC mode, then adds this value to end of the file. After doing this operation, you can send the file securely. The reciever checks the file using this tool. If someone has modified the file, the reciever can detects it.

More details are written in report.

About

Cryptography and Computer Security course projects - includes AES implementation with 3 modes (ECB, CBC, and OFB) and a tool for data integrity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages