Public key encryption and Certificate DigSign
2 posts • Page 1 of 1
Public key encryption and Certificate DigSign
guys
How to sign a document with my private key (in order to ensure that the document is intact) and then encrypt the document using the public key of the receiver (in order that only the recipient can open the document).
How to sign a document with my private key (in order to ensure that the document is intact) and then encrypt the document using the public key of the receiver (in order that only the recipient can open the document).
- naarea
- Posts: 1
- Joined: Wed Apr 18, 2012 1:47 pm
Re: Public key encryption and Certificate DigSign
PDFLeo 1 does not support PDF signing. However you can encrypt PDF using public key security. Public security requires the public key of recipient only.
http://mdn.morovia.com/manuals/pdfleo-1 ... php#N10580
The resulted PDF is now encrypted with AES-128, and only the person who possess private key that corresponds to thomas_tang.cer can open the PDF file.
http://mdn.morovia.com/manuals/pdfleo-1 ... php#N10580
- Code: Select all
pdfleo --encrypt=discard;AES-128 \
--pubkey-recipient=thomas_tang.cer;joe_smith.cer;modify=none;print=low;extract=yes
The resulted PDF is now encrypted with AES-128, and only the person who possess private key that corresponds to thomas_tang.cer can open the PDF file.
The information above is provided "AS IS", with no warranties, and confers no rights.
-
glitch - Support Engineer
- Posts: 198
- Joined: Wed May 14, 2008 2:42 pm
2 posts • Page 1 of 1
Who is online
Users browsing this forum: No registered users and 0 guests