Two way Encrption in PHP

busters

New Member
Messages
5
Reaction score
0
Points
0
I want to do a two way envcption in PHP............just to send the data in url through GET variables.....
This data is not too sensitive..........but stil encryption will add security........

Is this possible in PHP wothout having to install mcrypt or some other library......
else..........is mcrypt library installed......and can use it (Basic PHP.....request for intermediate pending)

(Or is there any other way to send encrypted data???........without POST variables)
 
Top