Skip to content
/ aes_enc Public

Enc/dec in aes using the aes-ni instructions from intel

Notifications You must be signed in to change notification settings

gmorer/aes_enc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES_EN

simple {enc,dec}ryption using the AES intruction from intel in assembly. The program will generate a random aes-128 key.

$ make
$ ./test data_to_encrypt
Key       : dc182d37666032776660327766603277
value     : 646174615f746f5f656e637279707400
encrypted : 226b5b1b0805a9fea356918225bc8afc
decrypted : 646174615f746f5f656e637279707400

About

Enc/dec in aes using the aes-ni instructions from intel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published