http://www.paphe.com/php/tutorials/230101.php
an encryption class
=
*
Know more about me:
http://www.geocities.com/mimodit
*
__
Do You Yahoo!?
NEW from Yahoo! GeoCities - quick an
ooops , sorry
On Friday 05 October 2001 18:48, you wrote:
> > On Friday 05 October 2001 18:10, you wrote:
> > > Use crypt()/decrypt() couple.
> > >
> > > Andrey Hristov
>
> From the PHP doumentation on crypt:
>
> There is no decrypt function, since crypt() uses a one-way algorithm." so
> that woul
> On Friday 05 October 2001 18:10, you wrote:
> > Use crypt()/decrypt() couple.
> >
> > Andrey Hristov
>From the PHP doumentation on crypt:
There is no decrypt function, since crypt() uses a one-way algorithm." so
that wouldn't have worked.
Joel
--
PHP General Mailing List (http://www.
From: "Nathan" <[EMAIL PROTECTED]>
> Here are some simple xor encoding functions that I wrote. This will keep
> the average joe from peaking at your data.
Exactly what I was looking for.
Thanks
Joel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
turn $data;
> > }
> >
> > -----Original Message-
> > From: Joel Ricker [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, October 05, 2001 7:20 AM
> > To: [EMAIL PROTECTED]
> > Subject: [PHP] crypt and decrypt a string
> >
> >
> > Does an
[EMAIL PROTECTED]]
Sent: Friday, October 05, 2001 7:20 AM
To: [EMAIL PROTECTED]
Subject: [PHP] crypt and decrypt a string
Does anybody have an easy way to crypt and decrypt a string? I see the
Mcrypt Encryption module but thats a little more gung-ho than I'm
looking for. I'm not t
Does anybody have an easy way to crypt and decrypt a string? I see the Mcrypt
Encryption module but thats a little more gung-ho than I'm looking for. I'm not
trying to encrypt sensitive data rather I'm more trying obfuscate it a variable for a
hidden tag.
Thought I remember seeing something
7 matches
Mail list logo