leon pesticcio - 2009-11-11 00:21:42
Hi,
I know this is not a difficult problem, i apologise for the question!!
I am trying to encrypt the string of a form in order to send it to the server. The server then decrypts the string and populates tables.
I just want simple encryption where the user enters a 'key' in the form. This key is then used as the value by which to increment each value of the form string by.
But how do i increment each character of a string????
Thanks in advance
Leon