Author Topic: Secure Digital Signatures  (Read 3410 times)

KnuckleBuckett

  • Jackass In Charge
  • Posts: 8674
  • Karma: +26/-259
  • [url=http://google.com]I search a lot[/url]
Secure Digital Signatures
« on: October 13, 2010, 09:58:01 AM »
I need a solution....

We are considering creating and employing a new purchase requisition system.  In doing this, we would like to go paperless at least as far as the required signatures.  Is there a way to create secure digital signatures?  Not just a scanned in hand signature that anyone can misuse but a safe and easy way to verify each person along the requisition, purchasing, and receipt trail?

micah

  • A real person, on the Internet.
  • Ass Wipe
  • Posts: 6915
  • Karma: +58/-55
  • Truth cannot contradict truth.
    • micahj.com
Re: Secure Digital Signatures
« Reply #1 on: October 13, 2010, 10:38:38 AM »
check out http://www.adobe.com/security/digsig.html

you can encrypt and digitally sign PDFs.

/i've never done it though
"I possess a device, in my pocket, that is capable of accessing the entirety of information known to man.  I use it to look at pictures of cats and get in arguments with strangers."

Mike

  • Jackass In Charge
  • Posts: 11257
  • Karma: +168/-32
  • Ex Asshole - a better and more caring person.
Re: Secure Digital Signatures
« Reply #2 on: October 13, 2010, 10:40:53 AM »
How tech savvy are the users?  Are the users local (could you have them come into your office [or vice versa] once)?

What you can do is create a key-pair and a signed certificate (once you've verified it was them).  Then along the process whenever you need a signature you create a hash of some relevant piece of data (say like order number + who is signing + date + some other data that makes it unique) and then have them sign the hash with their private key which you store.  To audit/confirm you recreate that hash, decrypt their signed hash with their public key and compare them.

Now the fatal flaw in all this is if you can't trust the user to keep their private key private.  Ideally the private key should be password protected so if the file itself got out it can't be used as easily.

ober

  • Ashton Shagger
  • Ass Wipe
  • Posts: 14310
  • Karma: +73/-790
  • mini-ober is taking over
    • Windy Hill Web Solutions
Re: Secure Digital Signatures
« Reply #3 on: October 13, 2010, 11:36:37 AM »
We use Adobe's digital signatures on everything from contracts to training docs.  Still requires you to scan (one time) in a hand-written signature that gets put on the document you sign, but it's pretty easy otherwise.  That's the only process I would really recommend.

charlie

  • Jackass In Charge
  • Posts: 7903
  • Karma: +84/-53
Re: Secure Digital Signatures
« Reply #4 on: October 13, 2010, 04:42:28 PM »
Crap that reminds me... I've got a contract I've got to sign.

Dumah

  • Jackass IV
  • Posts: 960
  • Karma: +21/-6
Re: Secure Digital Signatures
« Reply #5 on: October 13, 2010, 04:50:49 PM »
PGP/GnuGP have a great set of tools for this, but they are not good if you are't tech savvy