rbruenig / qperf

qperf is a performance measurement tool for QUIC similar to iperf
GNU General Public License v3.0
49 stars 8 forks source link

Log file is encrypted #18

Closed AmirrezaGhafoori closed 3 months ago

AmirrezaGhafoori commented 4 months ago

I'm trying to save the logs of each test with -l option, but the log file is encrypted. I tried to decrypt it using openssl and aes algorithm, but it didn't work for me:

example of decryption line: openssl enc -aes-256-cbc -d -in /path/to/encrypted_file -out /path/to/decrypted_output -pass file:/path/to/server.key

Do you have any suggestion on how can I decrypt the log file?

Best, Amirreza

Update

I thought the log file will save the qperf measurement logs. It's supposed to store the secret key info. Sorry for the unnecessary issue :)