hemlock_lib

Crates.iohemlock_lib
lib.rshemlock_lib
version0.1.0
sourcesrc
created_at2024-12-09 01:10:36.516657
updated_at2024-12-09 01:10:36.516657
descriptionA secret-sharing service
homepage
repository
max_upload_size
id1476858
size176,496
Sylvan Martin (SylvanM)

documentation

README

Hemlock

Hemlock is a security application that enables an individual or organization to split a document among multiple semi-trusted parties. It is primarily for data that only needs to be accessed in an unlikely event. (E.g., a company is being sued and needs to produce sensitive records for evidence, a family member has passed away and legal documents they left behind need to be activated, or you for some reason need to authorize a nuclear launch.)

What's this repository?

hemlock_lib is the Rust library that implements all the basic functionality of the application except a UI, because I'm bad at designing UI's. My attempt at creating a UI for macOS can be found here. I have included a C header file that allows the core components of the library to be called from C code, for portability. (Not everyone uses Rust yet, even if they should.)

Commit count: 0

cargo fmt