From 8c35cb801d84c0bab700095a00e75b945a6c4231 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 20 Jun 2021 02:46:25 +0200 Subject: scripts/run_cipherpack.sh: disable debug verbosity Notable: Manual decryption test over http of 1GB maxed my network bandwidth of 1000 Mbit/s sven@risa:/usr/local/projects/zafena/elevator/dist-amd64$ ../scripts/run_cipherpack.sh -deconly http://jordan/deployment/elevator/data-1GB.mkv.enc COMMANDLINE ../scripts/run_cipherpack.sh -deconly http://jordan/deployment/elevator/data-1GB.mkv.enc elevator_debug elevator_verbose true Called Elevate::Crypt bin/cipherpack with 2 arguments: bin/cipherpack -deconly http://jordan/deployment/elevator/data-1GB.mkv.enc Called Elevate::Crypt bin/cipherpack decrypt-only Called Elevate::Crypt bin/cipherpack input http://jordan/deployment/elevator/data-1GB.mkv.enc [ 9,006] Wordy: Decrypt: Writing done, 1,055,354,367 total bytes from 1,055,354,383 bytes input, ratio 1.000000 in/out [ 9,006] Decrypt: Duration 9 s, 9,005 ms [ 9,006] Decrypt: Size 1,055 MB [ 9,006] Decrypt: Bitrate 938 Mbit/s, 117 MB/s [ 9,006] Decrypted1 result: Output decrypted file out.dec: Result 1 --- scripts/run_cipherpack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/run_cipherpack.sh b/scripts/run_cipherpack.sh index 0715934..8bcc728 100755 --- a/scripts/run_cipherpack.sh +++ b/scripts/run_cipherpack.sh @@ -1,6 +1,6 @@ #!/bin/sh -export elevator_debug=true +# export elevator_debug=true export elevator_verbose=true # # ../scripts/run-cipherpack.sh some_plaintext_file.bin -- cgit v1.2.3