Just base64 encode the mcrypt output if the non printable chars bother you,
though I don't really see what the problem is, unless you're pushing the
output to a web page.

Danny.


----- Original Message -----
From: "Randy Johnson" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, August 01, 2002 4:24 PM
Subject: [PHP] mcrypt


> I am looking into different password encryption solutions.
>
> i started using crypt()
>
> then changed to mcrypt()
>
> which was not any good cause of the high ascii characters
>
> then i read about converting the high ascii characters to hex .
>
> Is this the ideal way to encrypt passwords or is their something better.
>
> Thanks
>
> Randy
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>


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

Reply via email to