blowfish stream encryption (bdes equivalent)

Mathias Menzel-Nielsen matze at matzsoft.de
Sat Jan 21 14:16:07 PST 2006


Kris Kennaway wrote:

>On Sat, Jan 21, 2006 at 09:42:53PM +0100, Mathias Menzel-Nielsen wrote:
>  
>
>>Hi
>>
>>I would like to encrpt a stream (a backup which is sent to tape) on the fly.
>>
>>I found the bdes(1) tool -- but it uses DES only.
>>
>>Is there any equivalent tool for a stronger algo?
>>
>>I dont want to create a disk(-image) with gdbe...
>>    
>>
>
>openssl(1)
>
>Kris
>  
>
I didn't know openssl could be used from cli so easily,
actually the man page isn't very detailed. (Not a word about decryption 
with -d)
however i found this hints now: 
http://www.madboa.com/geek/openssl/#encrypt-simple

So thanks a  lot.


More information about the freebsd-questions mailing list