-
Notifications
You must be signed in to change notification settings - Fork 0
Methods for encrypting and verifying documents. Utility gem for document processing pipeline.
License
TransparencyToolkit/DocIntegrityCheck
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a gem used within some of Transparency Toolkit's apps to encrypt documents and verify the integrity of data being sent from app to app using UDP. To install: gem install doc_integrity_check To use: require "doc_integrity_check" include DocIntegrityCheck Available Methods- encrypt_data(file, recipient_key_id, signer_key_id) decrypt(data_string) hash(file) hash_verified?(file_details)
About
Methods for encrypting and verifying documents. Utility gem for document processing pipeline.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published