Re: Perl function for password encryption and decryption

2011-05-06 Thread Shlomi Fish
On Saturday 07 May 2011 04:06:47 Brandon McCaig wrote: > On Fri, May 6, 2011 at 8:50 AM, Jeff Pang wrote: > > No. there is no such thing called decryption if you want to protect > > your passwords strictly. > > Agreed. > > > Generally we crypt the user's password with md5 or similar and > > stor

Re: Perl function for password encryption and decryption

2011-05-06 Thread Brandon McCaig
On Fri, May 6, 2011 at 8:50 AM, Jeff Pang wrote: > No. there is no such thing called decryption if you want to protect > your passwords strictly. Agreed. > Generally we crypt the user's password with md5 or similar and > store them to a database. When user input their username and > password fro

Re: Perl function for password encryption and decryption

2011-05-06 Thread Jeff Pang
2011/5/6 abhay vyas : > Is there any  perl function which can do the multiplication of values of two > columns of Excel and then bring about the sum of final products. > May this module help you? http://search.cpan.org/~jmcnamara/Spreadsheet-ParseExcel-0.59/lib/Spreadsheet/ParseExcel.pm -- Jeff

Re: Perl function for password encryption and decryption

2011-05-06 Thread abhay vyas
Is there any perl function which can do the multiplication of values of two columns of Excel and then bring about the sum of final products. regds, abhay. On Fri, May 6, 2011 at 2:50 PM, Jeff Pang wrote: > 2011/5/6 Amresh Sajjanshetty : > > Hi, > > > > Could you please tell me best Perl funct

Re: Perl function for password encryption and decryption

2011-05-06 Thread Jeff Pang
2011/5/6 Amresh Sajjanshetty : > Hi, > > Could you please tell me best Perl functions/modules for password encryption > and decryption? > No. there is no such thing called decryption if you want to protect your passwords strictly. Generally we crypt the user's password with md5 or similar and stor

Perl function for password encryption and decryption

2011-05-06 Thread Amresh Sajjanshetty
Hi, Could you please tell me best Perl functions/modules for password encryption and decryption? Thanks and Regards, Amresh