Skip to content

Simple implementation of 256 bit AES encryption in GCM mode.

License

Notifications You must be signed in to change notification settings

cuiwm/AES-GCM-256

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple implementation of AES 256 bit encryption using GCM mode.

Requirements: Latest installation of openssl and libssl-dev which can be done using sudo apt-get install command in terminal

Compilation: `gcc AES.c -o AES -lcrypto -lssl`

Run example: `./AES < sample.in`

Run the executable and proceed according to the prompts to see the demo.

About

Simple implementation of 256 bit AES encryption in GCM mode.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%