Can anyone help me to encrypt and decrypt a string say a password without the complicated Encyption techinques( i mean the Encryption Library of functions to be installed separately).
We are using PHP 4.0.
All i want is encrypt and decrypt a password with just string manipulation. I tried using ord and chr functions, but failed to do so.
Any help ?
Thanks.
Bijal.