21 Jun
2007
21 Jun
'07
2:57 p.m.
Quoting Ashraf Amayreh <mistknight@gmail.com>:
I agree with you here Boris, I should find a better way of storing these authentication passwords. MD5 and SHA1 both offer one way encryption so they won't help. mcrypt came to mind but it requires some additional libraries on a Linux machine. I wonder if someone stumbled on PHP code that would provide a simple 2-way encryption/decryption or has any ideas that would help here?
I did that once with mcrypt. I can try to find the code if you like but I'm thinking you want something that isn't mcrypt. Earnie