diff options
author | Sven Gothel <[email protected]> | 2022-05-30 07:33:45 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-05-30 07:33:45 +0200 |
commit | 1b8da61ad37ff62a924de2ade8d1394d64de21d0 (patch) | |
tree | 595e1a89b2313453d69f6406fbd1f2c516d11193 /scripts | |
parent | 0c7a517d56a4f958f241568ff3faed18188c3fd1 (diff) |
Rename Project: Elevator -> Cipherpack, namespace elevator::cipherpack -> cipherpack, added pure streaming encryption/decryption base function
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/test_data_unpack.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/test_data_unpack.sh b/scripts/test_data_unpack.sh index bbd95b3..e79e7ba 100644 --- a/scripts/test_data_unpack.sh +++ b/scripts/test_data_unpack.sh @@ -1,6 +1,6 @@ #!/bin/sh -export elevator_debug=true +# export elevator_debug=true export elevator_verbose=true USE_HTTPD=1 @@ -51,8 +51,8 @@ do_test() { #for i in ../test_data_local/data-10kiB.bin ../test_data_local/data-64kB.bin ../test_data_local/data-382MB.mkv ../test_data_local/data-1GB.mkv ; do #for i in ../test_data_local/*.bin.enc ; do - #for i in ../test_data_local/data-1GB.bin.enc ; do - for i in ../test_data_local/data-10kiB.bin.enc ; do + #for i in ../test_data_local/data-10kiB.bin.enc ; do + for i in ../test_data_local/data-1GB.bin.enc ../test_data_local/data-2GB.bin.enc ; do bname_file=`basename $i` if [ $USE_HTTPD -eq 1 ] ; then in_name="http://localhost:8080/test_data_local/${bname_file}" |