Files¶
Checksum (EntryStore v5.1)¶
Starting with EntryStore v5.1, every document uploaded will have a hashcode. This can be used to verify that the document you have downloaded is not corrupt.
To get the hashcode, call:
GET http://{host}/store/{context}/entry/{entryId}
The hashcode is encoded using SHA-256 and is stored together with the uploaded file with the extension .sha256
IMPORTANT INFORMATION : Any document created before v5.1 of entrystore will not have this hashcode. You can remedy this by re-uploading the document.