Re: [PHP] crypt(): How to make it use blowfish?

2002-08-14 Thread Jean-Christian Imbeault

Dan Hardiker wrote:

> 
> Use mcrypt. See the manual.


I don't want to use mcrypt :) It requires me install a separate library.
Or do you mean that the only to get crypt() to use Blowfish is to 
install mcrypt?

What does crypt() require, on a RH7.2 Linux machine, in order to use 
Blowfish?

Jc


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] crypt(): How to make it use blowfish?

2002-08-14 Thread Dan Hardiker


> My system is a linux RH7.2 box. How can I make blowfish encryption
> available to PHP's crypt?

Use mcrypt. See the manual.


-- 
Dan Hardiker [[EMAIL PROTECTED]]
ADAM Software & Systems Engineer
First Creative Ltd



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php