Changes between Initial Version and Version 1 of security/electronic_signatures


Ignore:
Timestamp:
Feb 28, 2013, 4:21:03 PM (11 years ago)
Author:
Sam Habiel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • security/electronic_signatures

    v1 v1  
     1= Use of Electronic Signatures to Secure VISTA Data =
     2
     3== Statement of Problem ==
     4The crux of the issue is the ability to store data on patients and be able to detect if the patient data has been changed intentionally or unintentionally since it was entered. Compounding this issue is the need for different people at different points in time to be able to see the data that was entered. This means that the data creator's token cannot be used as a way to secure the data against future modification. The system has to also support document retraction and reassignment, which override the data creator's authority on the document.
     5
     6An example is in order: how do you know if the text of a TIU note is the same as what the original user entered?
     7
     8== Implementation in FOIA VISTA ==
     9Various parts of FOIA VISTA accomplish this using the encryption and decryption functionality. The encryption algorithm used is a stream cipher (I am not exactly sure which one). For TIU documents, the cipher algorithm uses the document's checksum of document contents as one of the vectors in the algorithm to encrypt the signer's name and title. If the document is modified outside of TIU, the user will see gibberish for these two fields.
     10