Hard Light Productions Forums
Off-Topic Discussion => General Discussion => Topic started by: kasperl on March 02, 2003, 01:16:45 pm
-
We need some help on the minimod database Analazon and i are working on.
we're looking for a PHP only encryption system for a user database, things like username, password and e-mail. we need this to allow people to edit their posts, Analazon can take care of the user interface thing, but we can't encrypt, so that's why we need your help.
-
the mcrypt function, perhaps?
http://www.php.net/manual/en/ref.mcrypt.php
there are a lot of other functions, just browse around the documentation at php.net a little...
-
hmm...that might be what I need...
-
anything that doesn't require adding extra stuff to the server? Like a base install of PHP?
-
that'd be a little trickier, I think. there's some great help to get over there at php.net, I suggest looking around and/or asking...
-
If you just want to use the information for validation, you could use the crypt() function.
-
aha! crypt might work...but more on that later...