Re: [PHP] Anybody have a function to encode a string?

2002-03-20 Thread maxwello
I need a function that encodes stuff, with a key. It, of course, needs to be decodable too. Does anbody know/have a function like this? What is everyone's thoughts on RC4Crypt? http://sourceforge.net/projects/rc4crypt/ http://www.paphe.com/php/tutorials/230101.php -- PHP General

Re: [PHP] Anybody have a function to encode a string?

2002-03-20 Thread maxwello
I need a function that encodes stuff, with a key. It, of course, needs to be decodable too. Does anbody know/have a function like this? http://www.php.net/manual/en/ref.mcrypt.php How about situations when mcrypt is not available? -- PHP General Mailing List (http://www.php.net/)

Re: [PHP] Anybody have a function to encode a string?

2002-03-20 Thread maxwello
I need a function that encodes stuff, with a key. It, of course, needs to be decodable too. Does anbody know/have a function like this? What is everyone's thoughts on RC4Crypt? http://sourceforge.net/projects/rc4crypt/ http://www.paphe.com/php/tutorials/230101.php -- PHP General

RE: [PHP] Anybody have a function to encode a string?

2002-03-19 Thread Drew Lopucki
Lots of people will tell you to use PGP. However since PGP is not *free*, in that you cannot use it for commercial purposes without a license, I avoid it. Also it has to be downloaded and installed as most systems do not include it because of it's non-free open source status. The best

Re: [PHP] Anybody have a function to encode a string?

2002-03-19 Thread Alexander Skwar
»Drew Lopucki« sagte am 2002-03-19 um 10:25:02 -0500 : Lots of people will tell you to use PGP. However since PGP is not *free*, in that you cannot use it for commercial purposes without a license, I avoid it. Also it has to be downloaded and installed as most systems do not Well, use

RE: [PHP] Anybody have a function to encode a string?

2002-03-19 Thread Drew Lopucki
Alexander, This is a fairly condescending reply given that the license statement for PGP is present on every download screen from which it is available. Careful not to hurt my feelings please :( After all, I went to a lot of trouble looking all these things up very carefully when I implemented

Re: [PHP] Anybody have a function to encode a string?

2002-03-19 Thread Alexander Skwar
»Drew Lopucki« sagte am 2002-03-19 um 16:19:50 -0500 : This is a fairly condescending reply given that the license statement for PGP is present on every download screen from which it is available. Careful I stand corrected. Because of the IDEA patent by ASCOM, you're only allowed to use it

Re: [PHP] Anybody have a function to encode a string?

2002-03-18 Thread mnc
On Tue, 19 Mar 2002, Leif K-Brooks wrote: I need a function that encodes stuff, with a key. It, of course, needs to be decodable too. Does anbody know/have a function like this? http://www.php.net/manual/en/ref.mcrypt.php miguel -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] Anybody have a function to encode a string?

2002-03-18 Thread Leif K-Brooks
on 3/19/02 2:28 AM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: On Tue, 19 Mar 2002, Leif K-Brooks wrote: I need a function that encodes stuff, with a key. It, of course, needs to be decodable too. Does anbody know/have a function like this? http://www.php.net/manual/en/ref.mcrypt.php