[EMAIL PROTECTED] wrote:
Hi all,
are in PHP, functions for crypt and decrypt string?
I would to use this function in my script in PHP, how can I use this?
I need of an example for use this and a list of this function.

Thanks in advance.


base64_decode() and base64_encode() http://us2.php.net/manual/en/ref.url.php

crypt()
http://us2.php.net/manual/en/function.crypt.php

mcrypt() - Must have packages installed, but works very well
http://us2.php.net/manual/en/ref.mcrypt.php

openssl() - Also must have packages installed
http://us2.php.net/manual/en/ref.openssl.php

Hope this helps...
Jas

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



Reply via email to