Re: AES 128 encrypt problem

2006-01-16 Thread MOTOOKA, Daisuke
h" <[EMAIL PROTECTED]> To: Sent: Monday, January 16, 2006 4:36 PM Subject: Re: AES 128 encrypt problem MOTOOKA, Daisuke wrote: everyone, I installed openssl openssl 0.9.8a on my Redhat Linux 7.3. I want encrypt a file with AES 256. in the command line below openssl enc -e -aes-256-c

Re: AES 128 encrypt problem

2006-01-15 Thread Bernhard Froehlich
MOTOOKA, Daisuke wrote: > everyone, > I installed openssl openssl 0.9.8a on my Redhat Linux 7.3. > I want encrypt a file with AES 256. > in the command line below > >> openssl enc -e -aes-256-cbc -in plain.txt -out crypted > > but, just got message 'unknown option -aes-256-cbc' This works fine wi

AES 128 encrypt problem

2006-01-15 Thread MOTOOKA, Daisuke
everyone, I installed openssl openssl 0.9.8a on my Redhat Linux 7.3. I want encrypt a file with AES 256. in the command line below openssl enc -e -aes-256-cbc -in plain.txt -out crypted but, just got message 'unknown option -aes-256-cbc' can anyone tell me how to encrypt with AES 256 bit from