Skip to content

vidursatija/AES128

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AES 128 Implementation in C++

Input:

  • first line is text to encrypt in lower-case hex
  • second line is key to encrypt in lower-case hex

Output:

  • encypted text in lower-case hex
  • decrypted text in lower-case hex

Note: code can be optimized even more by replacing gmul by a lookup table and other string optimizations are possible

About

C++ implementation of AES-128 Encryption

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages