I need to encrypt form data before sending it to server.
I found a nice solution form:
phpclasses.org/blog/package/9912/po
...
I downloading it and put at my home folder /hdesk/
but after run it from url https://localhost/cryptopost/test.php
it shows the below error:
Notice: Undefined variable: pkeyCreated in C:\xampp\htdocs\hdesk\cryptopost\Cryptopost.class.php on line 53
RSA key creation failed
Please give advice and solution.