Difference between revisions of "Integrity (MU3)"
From OpenEMR Project Wiki
Bradymiller (talk | contribs) (→Notes) |
Bradymiller (talk | contribs) (→Notes) |
||
Line 5: | Line 5: | ||
==Notes== | ==Notes== | ||
:*All message digest hashing is using sha3-516 (able to use sha3 because of this: https://csrc.nist.gov/publications/detail/fips/180/4/final ). | :*All message digest hashing is using sha3-516 (able to use sha3 because of this: https://csrc.nist.gov/publications/detail/fips/180/4/final ). | ||
:*Message digest of imported documents/records are created via sha3-516 to ensure integrity of records (as an example, CCDA import is stored and hashed). | :*Message digest of imported documents/records are created via sha3-516 to ensure integrity of records (as an example, CCDA import is stored and hashed via sha3-516). |
Revision as of 23:10, 26 September 2020
Status
- VERIFIED COMPLETE
- This item is ready to self-attest.
Notes
- All message digest hashing is using sha3-516 (able to use sha3 because of this: https://csrc.nist.gov/publications/detail/fips/180/4/final ).
- Message digest of imported documents/records are created via sha3-516 to ensure integrity of records (as an example, CCDA import is stored and hashed via sha3-516).