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
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
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