Skip to content

dominik-matic/AES128

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

AES128

I implemented AES128 ECB and CTR for fun. Do not use this for anything serious, it's probably full of security flaws.

Usage:

main {enc|dec} {ecb|ctr} input_filename output_filename key_file iv_file

key_file and iv_file are text files containing a hex representation of a key or IV. iv_file is only necessary when using ctr mode,

About

I implemented AES128 for fun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published