Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdm9/doobie
Cryptographic Hashes in a pipe(line)
https://github.com/kdm9/doobie
Last synced: 11 days ago
JSON representation
Cryptographic Hashes in a pipe(line)
- Host: GitHub
- URL: https://github.com/kdm9/doobie
- Owner: kdm9
- License: other
- Created: 2014-09-29T02:26:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-29T09:32:26.000Z (about 10 years ago)
- Last Synced: 2024-10-11T19:23:32.889Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Doobie
======Hash in a pipe!
Ever needed to:
tar cv dir1 dir2 | pigz| md5sum | ssh -q server 'cat - >backup.tar.gz'
Well, now you can:
pip install doobie
tar cv dir1 dir2 | pigz| python -m doobie -H md5 -o backup.md5 | ssh -q server 'cat - >backup.tar.gz'
ssh server 'md5sum backup.tar.gz'Supported hashes are:
- sha1
- sha224
- sha384
- sha256
- sha512
- md5