Encryption and decryption in php without special characters.... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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..

29th Jul 2020, 12:17 AM
Sriramselvakumar S
Sriramselvakumar S - avatar
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..
29th Jul 2020, 1:58 AM
Aditya
Aditya - avatar