Digital Signatures And PDF Signing

I am working on a project that requires PDF signing through a website. The current infrastructure includes Apache + PHP website available. What we need to achieve is integrate the digital signature module of a user visiting the website and sign the required files. One of the most appropriate solutions after the negotiations was signed applet that signs PDFs. The steps for the project creation are the following: Create an applet Create a certificate to sign the applet via keystore tool (if root CA's are not available) Sign the applet (allowing read/write access to users' hard drives) Create a REST implementation that could read/write to… Continue Reading