Page 1 of 1
php security
Posted: Tue Jul 25, 2006 10:53 am
by haki
How to genertate public key and private key in php?
Posted: Tue Jul 25, 2006 3:49 pm
by John Cartwright
what?
Posted: Tue Jul 25, 2006 3:54 pm
by Luke
Posted: Tue Jul 25, 2006 3:57 pm
by Weirdan
How to genertate public key and private key in php?
That depends on how you're planning to use it. Stab in the dark: take a look at
openssl extension, it might be of use to you.
Posted: Tue Jul 25, 2006 4:48 pm
by tcsoft
har har
public and private key sounds more like
PGP than PHP.

Posted: Tue Jul 25, 2006 6:15 pm
by Chris Corbyn
What's this for exactly? There was a fairly long thread here about challenge response login systems possibly a year ago. It's not the same thing but I'm wondering if it could be of use to you.
As tcsoft says. PGP or GPG (GnuPG) would be a good way to go.
Posted: Tue Jul 25, 2006 7:46 pm
by kbrown3074
yup..sounds like PGP too. or even ssh...for an authenticated user key?