Encrypting data for POST
Posted: Tue Mar 29, 2011 10:47 pm
Hi,
I am setting up a rev. server client system where data is encrypted using the SSL library in rev. I find that while simple URL encoded data can be posted to the server with no problem, if I run the data through the rev. Encrypt command (using blowfish) the data will not post properly to the server. When I call the data back from the server, it won't decrypt. It seems as if the data is being cut off randomly between the client and server machines. I set up a character count on the client, (after the encrypt), then count the characters at the server. They do not match, and the count at the server is random each time. If anyone has some insight on this It would be appreciated!
I am setting up a rev. server client system where data is encrypted using the SSL library in rev. I find that while simple URL encoded data can be posted to the server with no problem, if I run the data through the rev. Encrypt command (using blowfish) the data will not post properly to the server. When I call the data back from the server, it won't decrypt. It seems as if the data is being cut off randomly between the client and server machines. I set up a character count on the client, (after the encrypt), then count the characters at the server. They do not match, and the count at the server is random each time. If anyone has some insight on this It would be appreciated!