https://github.com/hackpulsar/crypto-algs-comparison
Benchmarking of AES, RSA and ECC.
https://github.com/hackpulsar/crypto-algs-comparison
Last synced: 10 months ago
JSON representation
Benchmarking of AES, RSA and ECC.
- Host: GitHub
- URL: https://github.com/hackpulsar/crypto-algs-comparison
- Owner: hackpulsar
- Created: 2024-11-28T12:31:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T07:23:11.000Z (over 1 year ago)
- Last Synced: 2025-06-17T09:42:41.830Z (about 1 year ago)
- Language: C++
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crypto-algs-comparison
Benchmarking of AES, RSA and ECC.
# Building
After cloning this repo, navigate to the directory you cloned into.
```
cmake -S . -B /bin
cd bin
make
```
# Usage
Run the excecutable generated previously. First input is the file to run benchmarks based on. Second is the key size. Recommended key sizes are **1024, 2048, 4096**. It will generate a ```benchmarks.txt``` file with the results.