-
Notifications
You must be signed in to change notification settings - Fork 7
Simple implementation of 256 bit AES encryption in GCM mode.
License
bawejakunal/AES-GCM-256
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published