Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

AES 128

Specifications

Implementation

The AES-128 algorithm was implemented according to the standard with some optimizations based on the recommendations found here

Data

The data will be generated by a custom random text generator.

We generate a 4GB file, encrypt it and then decrypt it, 4 times.

Benchmarks

Benchmarks will be run using 4 threads/processes.

  • Measurements
    • Completion Time
    • CPU usage
    • Memory usage

The metrics dashboard can be found here