Skip to content

Commit

Permalink
Read from rsa<size> keys
Browse files Browse the repository at this point in the history
  • Loading branch information
xuganyu96 committed Dec 11, 2023
1 parent 6c93208 commit 8d8b2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marvin-toolkit/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ esac
echo "Starting decryption"
./example/rust-crypto/target/release/rust-crypto \
-i rsa${size}_repeat/ciphers.bin \
-o rsa${size}_repeat/raw_times.csv -k keys/pkcs8.pem -n $size_bytes
-o rsa${size}_repeat/raw_times.csv -k rsa${size}/pkcs8.pem -n $size_bytes
echo "Decryptions finished"
PYTHONPATH=tlsfuzzer marvin-venv/bin/python3 tlsfuzzer/tlsfuzzer/extract.py \
-l rsa${size}_repeat/log.csv --raw-times rsa${size}_repeat/raw_times.csv \
Expand Down

0 comments on commit 8d8b2a3

Please sign in to comment.