Re: [Perl-unix-users] Blowfish encrypted passwords

2002-09-27 Thread Trevor Joerges
perl;g;s;,;\n;g;s;Y; ;g;s;q;\t;g;print; - Original Message - From: "jehaande" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 5:55 AM Subject: [Perl-unix-users] Blowfish encrypted passwords | Hi

[Perl-unix-users] Blowfish encrypted passwords

2002-09-27 Thread jehaande
Hiyas I've been meaning to write a perl script that lets me administer a user list, where the passwords are stored using the blowfish algorithm. Now, using regex's I'm able to retrieve all the relevant information, meaning the usernames, the passwords (encrypted of course) etc. Now, how do I che