+ 1
Encryption and decryption in php without special characters....
I passing the value to another page in get method but I need to encrypt the value "&%?" Will change the value I tried openssl and base64_encode and urlencode everything make me trouble..
1 Answer
+ 8
You can try ROT13 or any ASCII
convertor..I personally use ROT13..but it doesn't matter.. you can use any encryptor...base64 should also work but ig it's more efficient for(greater than 98 ASCII values).. you can better post your query here..