Hi,
I wonder if there is a good method to encode a string and be able to decode it. Encoding using crypt or something is one way! I need something which can be decrypted.
Please help me!
Why do you need to decrypt? What are you encrypting?
It's for a site of mine. I have to log on into another program, but I don't want to save the passwords into the database without encrypting :-). It's not possible to check the encrypted password with the other program.
Thnx in advance!
Look at mcrypt then php.net/mcrypt
this was already discussed. Have a look here: http://www.phpbuilder.com/forum/read.php3?num=1&id=132529&loc=0&thread=132529
firemouse2001