Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2000071

Re: [PHP] Encryption From: Alex Black (enigma <email protected>)
Date: 07/12/00

I'm doing a system right now which uses gnuPG (which I am not overly fond
of) which supports key encryption. gnuPG is kind of stupid, though... you
can't pass the key in (which means you can't hide it very well)

anyway, I suggest using gnuPG... or waiting till the binarycloud
(binarycloud.com) release with encryption comes out (maybe a month)

_a

--
Alex Black, Head Monkey
enigma <email protected>

The Turing Studio, Inc. http://www.turingstudio.com

vox+510.666.0074 fax+510.666.0093

Saul Zaentz Film Center 2600 Tenth St Suite 433 Berkeley, CA 94710-2522

> From: php <email protected> ("Richard Heyes") > Newsgroups: php.general > Date: 12 Jul 2000 15:09:55 -0700 > Subject: [PHP] Encryption > > Up until now I've always used md5() or the mysql password() functions to > store passwords. However, I'm now faced with the dilemma of having the > facility to retreive these passwords if forgotten. So I presumably have > to use some form of key'ed encryption...? Is there a way to do it with > php/MySQL? > > Thx. > > -- > Richard Heyes > http://www.heyes-computing.net/scripts/ > Plain text email only please! > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: php-general-unsubscribe <email protected> > For additional commands, e-mail: php-general-help <email protected> > To contact the list administrators, e-mail: php-list-admin <email protected> >

-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>