I've created a form in LiveCycle Designer ES 8.2.
This form is working (whoo hooo!) and is located on a website for customers to download, fill out and email back for processing.
The issue is that there is a credit card payment option on this form. How can this data be encrypted?
Thank you.
Rachel Viski.
Solved! Go to Solution.
Views
Replies
Total Likes
There are three encryption methods that are available from Adobe.
1) Apply an "Open" password to the document (Password Encryption)
or
2) Encrypt the PDF using digital certificates, this requires that user you are encrypting the document for has a digital certificate and that you have the public key portion of that digital certificate
or
3) Use Adobe LiveCycle Rights Management ES2 to apply a policy to the PDF
Regards
Steve
There are three encryption methods that are available from Adobe.
1) Apply an "Open" password to the document (Password Encryption)
or
2) Encrypt the PDF using digital certificates, this requires that user you are encrypting the document for has a digital certificate and that you have the public key portion of that digital certificate
or
3) Use Adobe LiveCycle Rights Management ES2 to apply a policy to the PDF
Regards
Steve
Could you tell me where I could learn more about these three options? Which one requires the user of the form to do the absolute least amount of extra work?
Brad
Views
Replies
Total Likes
(1)
Do a search on 'passwords' in your Acrobat.
Views
Replies
Total Likes
Hi,
you also can add a custom encryption to your form, which will cipher the field data.
This requieres several scriptis in your form, but can it is possible.
Here's a basic sample to do this.
http://thelivecycle.blogspot.com/2010/04/xfa-form-data-encryption-rc4.html
I uses the RC4 algorithm to cipher the input data by a hashed password salted with another hash.
But, you will have to do some changes for your purpose – no password dialog for example.