Electronic Signature

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
joanneci
Forum Newbie
Posts: 3
Joined: Sat Jan 16, 2010 7:46 am

Electronic Signature

Post by joanneci »

I have a client who for HIPAA compliance, requires signatures on certain forms. I'm building the application in PHP and trying to figure out how to go about this. The forms that require a signature are currently in PDF form. I was planning on converting them to HTML or XML.

Can anyone point me in the right direction? I have been searching for a solution for 2 days and feel lost.

Thanks!
vanguard
Forum Newbie
Posts: 13
Joined: Mon Jan 11, 2010 9:10 am

Re: Electronic Signature

Post by vanguard »

Hi,
Do you mean a digital signature, as in encryption, or a handwritten-style signature?
CraigAtDocuSign
Forum Newbie
Posts: 1
Joined: Thu Jan 27, 2011 11:18 am

Re: Electronic Signature

Post by CraigAtDocuSign »

A possible solution would be to use an electronic signature solution like DocuSign. You can get a free sandbox at http://www.docusign.com/devcenter. There is an extensive library of PHP samples at our github site at https://github.com/docusign/DocuSign-eSignature-SDK.

Disclaimer: I work for DocuSign. I think we have the best and easiest to use API, and we have a commitment to supporting the PHP community, but I'm obviously biased.
Post Reply