do we need it all in on utility? yes please!
do we need it all in on utility? yes please!
Posted Jun 2, 2006 8:56 UTC (Fri) by sitaram (guest, #5959)In reply to: do we need it all in on utility? yes please! by coriordan
Parent article: GNU grep's new features (Linux.com)
I went to that link (10 fav software tools), and I noticed that "gpg -c" is a favourite!
I prefer "openssl enc" to "gpg -c" -- it's almost an order of magnitude faster sometimes! Here're some speed ratios from my machine:
Enc Dec Enc+Dec
Blowfish 9.39 6.95 8.2
AES256 6.09 4.05 5.08
CAST5 4.87 2.67 3.7
You may want to evaluate it yourself and consider this if you are doing this often or to large files.
