Re: - Mailing list pgsql-php

From Maxim Maletsky (PHPBeginner.com)
Subject Re:
Date
Msg-id 012901c1ea00$41012c20$92e3021a@machine52
Whole thread Raw
In response to  (Arun k.v <arungurikar@usa.net>)
List pgsql-php
There is a nice algorithm call RC4.

Try looking for it on Google, might be of a help.


Sincerely,

Maxim Maletsky
Founder, Chief Developer

www.PHPBeginner.com   // where PHP Begins




-----Original Message-----
From: pgsql-php-owner@postgresql.org
[mailto:pgsql-php-owner@postgresql.org] On Behalf Of Arun k.v
Sent: Monday, April 22, 2002 7:23 AM
To: php-xml@yahoogroups.com
Subject: [PHP]


Hello,
   I want to know how to crypt a password. Which method is better in
PHP. I should be able to decrypt it back as well.

   I used CRYPT_DES , its working.But I found that this is very basic
method.
  I want to try, CRYPT_MD5 or CRYPT_BLOWFISH. I dont know, whether my
sytem supports these. How to find out whether my system support these,.
In case my system is not supporting these, how to make it availiable.
   Which method is the best for crypting the password.

   Thanking you.
Regards,
 Arun
Indian Institute Of Science
Bangalore


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)


pgsql-php by date:

Previous
From: Arun k.v
Date:
Subject:
Next
From: "Jules Alberts"
Date:
Subject: global variable problem