| Crates.io | sha3sum |
| lib.rs | sha3sum |
| version | 1.2.3 |
| created_at | 2019-09-17 00:37:01.17104+00 |
| updated_at | 2024-08-12 17:29:51.525186+00 |
| description | sha3sum - compute and check SHA3 message digest. |
| homepage | https://gitlab.com/kurdy/sha3sum/-/wikis/home |
| repository | https://gitlab.com/kurdy/sha3sum.git |
| max_upload_size | |
| id | 165336 |
| size | 96,009 |
Command line that wraps sha3 lib from RustCrypto/hashes.
Commands and options are similar to the GNU Linux command shaXXXsum.
One of the goals of this project is to provide a cross-platform solution that does not require external dependencies.
cargo install sha3sumBinary versions are available in the Package Registry area.
Get help: sha3sum --help
Create for a file an hash Sha3-256 sha3sum -a 256 <path to file>
Create for all file in repository with Keccak512 sha3sum -a Keccak512 <path>
Create a hash for a text file using text mode sha3sum -a 384 -t <path to file>
Create for a file a hash Sha3-256 with output BSD style sha3sum -a 256 --tag <path to file>
Read SHA3 sums from the FILEs and check them sha3sum -c <path to file>
All releases are build and tested using following OS:
Sources from GitLab git clone https://gitlab.com/kurdy/sha3sum.git