On Tue, May 28, 2002 at 04:50:18PM -0400, zentara wrote:
> The following is an example of setting a simple 32 byte
> key, and a sub which will give your data a blocksize of 16 bytes.
It seems to me it would be easier to use Crypt::CBC or Crypt::CBCeasy, both
available from CPAN. Each provides a
On 28 May 2002 07:37:24 -, [EMAIL PROTECTED] (Postman Pat) wrote:
>Greetings,
>I am looking for basic examples of how I would go about doing encryption
>using rijandael. For instance, I wanna take a text file $file and encrypt
>it with a given key $key and write it to file $cryptfile.
>
>An
on Tue, 28 May 2002 07:37:24 GMT, [EMAIL PROTECTED] (Postman Pat)
wrote:
> Greetings,
> I am looking for basic examples of how I would go about doing
> encryption using rijandael. For instance, I wanna take a text file
> $file and encrypt it with a given key $key and write it to file
> $cryptfil