|
|
|
|
|
by necro
4991 days ago
|
|
I added something similar to our framework where we do the encryption server side when a form is generated.
In our token we encrypt a form generation time and captcha question and answer variables. This allows us to easily render on the form a textual or graphical captcha and pass the answer encrypted. The form processing simply decrypts the data and decides one, if a form is too fast or stale based on the difference of the form generation and submit time and two, it compares the captcha answer to that which was passed in the encrypted token. |
|