https://github.com/chrisrx/bitrot
a toy bitrot detector
https://github.com/chrisrx/bitrot
Last synced: 3 months ago
JSON representation
a toy bitrot detector
- Host: GitHub
- URL: https://github.com/chrisrx/bitrot
- Owner: ChrisRx
- License: mit
- Created: 2021-03-04T21:00:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-07T18:09:35.000Z (about 4 years ago)
- Last Synced: 2025-01-20T06:38:49.204Z (4 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitrot
A toy bitrot detector using [highwayhash](https://github.com/minio/highwayhash) for signatures and [badger](https://github.com/dgraph-io/badger) for signature storage.
## Building
```shell
make
```This will place the binary in the `bin` folder.
## Usage
Scan the files you want to protect:
```shell
❯ bin/bitrot scan
```