How would I encrypt my post data before sending via post method and decrypt it in php.
suggest me your opinion
Thanks.
Develop games in your browser. Powerful, performant & highly capable.
You could use something like blowfish, or md/sha sums, but ultimately you really want a sha2 ssl cert on your server.