Hey all,
I have a little problem here.. i need to encrypt a 4 character string and be able to decrypt it later on. The result may not be longer as 8 characters so i cant use md5.. anyone has a good idea?
Example:
$str = \'Que1\'
some cloud of code
echo $str --> some crap
some cloud of code
echo $str --> Que1
I know its possible to mess around with chars myself but it must not look logical to someone.. a mega encryption is not needed..
Jordy Querner