Skip to content

Commit

Permalink
Add 'easy check' as full name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Metaphorme committed Nov 5, 2024
1 parent dab8a7a commit bf92d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ezcheck

ezcheck is an ergonomic, standard-output command-line tool for calculating, comparing, and verifying the hashes of strings and files.
ezcheck(easy check) is an ergonomic, standard-output command-line tool for calculating, comparing, and verifying the hashes of strings and files.

ezcheck supports a lot of hash algorithm: MD2(Unsafe), MD4(Unsafe), MD5(Unsafe), SHA1(Unsafe), SHA224, SHA256, SHA384, SHA512. Although many of the hash algorithms are proven to be insecure, ezcheck still provides them for maximum compatibility, but it does not recommend users continue to use them.

Expand All @@ -27,7 +27,7 @@ $ cargo test

## Usage

Supported hash algorithm:
Supported hash algorithms:
* MD2(Unsafe)
* MD4(Unsafe)
* MD5(Unsafe)
Expand Down

0 comments on commit bf92d69

Please sign in to comment.