Expand my Community achievements bar.

Making data communication secure

Avatar

Level 2

I have designed a form in LiveCycle designer that has a submit button.  Clicking the submit will invoke a java servlet that receives the form data. The java application (ear file) is deployed onto an application server that is not secure. we do not have an secure app server. Is there anyway within livecycle or adobe to encrpyt the data transmission. Appreciate your quick thoughts.

1 Reply

Avatar

Former Community Member

If the data is submitted over an SSL connection, it will be encrypted while "on the wire".  You may also want to think about using an XML DigSig to sign the data prior to submission.  This doesn't encrypt the data, but it does allow you to validate the integrity of the submitted data once it's received.

Regards

Steve