/Cryptography-and-Computer-Security

Cryptography and Computer Security Project

Primary LanguageC

Cryptography-and-Computer-Security

Cryptography and Computer Security Project:

This project takes input file and encrypt its content using AES algorithm.
It reads chars from file and splits them into blocks, each block comprise of 16 char.
Decryption function will be held later.