md5 encryption
Moderator: General Moderators
md5 encryption
At the moment im thinking of encrypting my members infromation so if the database gets hacked there information will be safe. I have got it working and it uses md5 to encrypt the information. I was just wonderig if its possible to display the unencrypted information say when i want to update there information or whatever? I have a feeling that md5 is a one way encryption isnt it. If this is true is there another way of encrypting the information so it can be decrypted and updated or displayed on a admin page?
Last edited by Apix on Mon Jul 29, 2002 1:00 am, edited 1 time in total.
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact:
yes, crypt() will do that nicely.
http://www.devnetwork.net/forums/viewtopic.php?t=1465
and
http://php.net/crypt
http://www.devnetwork.net/forums/viewtopic.php?t=1465
and
http://php.net/crypt
- hob_goblin
- Forum Regular
- Posts: 978
- Joined: Sun Apr 28, 2002 9:53 pm
- Contact:
-
daemorhedron
- Forum Commoner
- Posts: 52
- Joined: Tue Jul 23, 2002 11:03 am