Javascript + PHP Encryption with pidCrypt
问题 I have been working on trying to implement an encryption mechanism for passing secure information on my website. My host charges extra for SSL, and I am not ready for the extra monetary commitment. I tried to use pidCrypt to encrypt the values on the client side via javascript. Then, I have tried several techniques for unencrypting on the PHP side. For some reason, the data just gets garbled. Can someone point out what I am doing wrong? Or, should I use a different javascript library for the