Skip to content

Methods for encrypting and verifying documents. Utility gem for document processing pipeline.

License

Notifications You must be signed in to change notification settings

TransparencyToolkit/DocIntegrityCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages