https://github.com/hf/horcrux
A C++ implementation of M.O. Rabin's Information Dispersal Algorithm.
https://github.com/hf/horcrux
Last synced: 5 months ago
JSON representation
A C++ implementation of M.O. Rabin's Information Dispersal Algorithm.
- Host: GitHub
- URL: https://github.com/hf/horcrux
- Owner: hf
- Created: 2015-02-24T16:57:41.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-20T12:50:09.000Z (over 11 years ago)
- Last Synced: 2024-12-31T06:29:54.767Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 312 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Horcrux
Horcrux is header-only C++ library which uses M.O. Rabin's Information Dispersal
Algorithm to split a block of bytes into *n* pieces, such that the block can be
recovered from any subset of *m* pieces.
This is not cryptographic software.
It does not enable users to gain "information security" as specified in local
and international export and import laws for dual-purpose materials and
technologies.
## License
All code herein, except where otherwise noted, is placed under the PUBLIC DOMAIN
by Stojan Dimitrovski.