Re: Encryption module

2003-02-26 Thread Nilanjan Das
to encrypt the database user name and password. Thanks, Nilanjan - Original Message - From: William R. Mussatto [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 11:21 AM Subject: Re: Encryption module Hi, Can anyone tell me some of the Perl packages used

Re: Encryption module

2003-02-26 Thread William R. Mussatto
: Encryption module Hi, Can anyone tell me some of the Perl packages used for Encrypting or Decrypting some data mostly strings using some Public and Private key like RSA. Please suggest some.I want to encrypt/decrypt the database user and password. Thanks, Nilanjan Look under Crypt

Encryption module

2003-02-25 Thread Nilanjan Das
Hi, Can anyone tell me some of the Perl packages used for Encrypting or Decrypting some data mostly strings using some Public and Private key like RSA. Please suggest some.I want to encrypt/decrypt the database user and password. Thanks, Nilanjan

Re: Encryption module

2003-02-25 Thread Ian Harisay
Well, the camel book has an example that works well for passwords and such. As far as encryption packages, just search for crypt on the cpan. Nilanjan Das wrote: Hi, Can anyone tell me some of the Perl packages used for Encrypting or Decrypting some data mostly strings using some Public and