Is there a way to run openssl.exe
faster? For example you can run gzip
with the argument --fast
. Is there anything like that for openssl?
If not is there an encryption type that is known to be faster - not concerned if the speed means I sacrifice encryption complexity/protection. Currently I am using aes-256-cbc
and its very slow for 100mb files (takes about 30 seconds).