On Wednesday 11 August 2004 22:19, Kevin wrote: > How can I encode my string using my own key? Is there any method to do > this? > > i.e. using base64_encode() and convert_uuencode() functions?
What are you trying to do? Those functions are meant to convert 8-bit binary files into a something suitable for transmission over a 7-bit environment. Hence using your own key doesn't make sense. If you want to encrypt data then look at manual > Mcrypt Encryption Functions. -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * Web Design & Hosting * Internet & Intranet Applications Development * ------------------------------------------ Search the list archives before you post http://marc.theaimsgroup.com/?l=php-general ------------------------------------------ /* QOTD: "Lack of planning on your part doesn't consitute an emergency on my part." */ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php