Skip to content

Commit ba189c5

Browse files
committed
Update README
1 parent e7f0176 commit ba189c5

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

Diff for: README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# ddh, Generic hasher
1+
# ddh, DD's Hashing command utility
22

3-
ddh is a generic hasher available cross-platform (Windows, macOS, Linux, BSDs)
3+
ddh is a simple hasher available cross-platform (Windows, macOS, Linux, BSDs)
44
and comes with more features than built-in OS utilities.
55

66
## Feature Comparison
77

8-
| Feature | ddh | GNU coreutils | openssl | crc32(1)[^1] |
8+
| Feature | ddh | GNU coreutils | OpenSSL | crc32(1)[^1] |
99
|---|---|---|---|---|
1010
| Binary mode | ✔️ | ✔️ | ✔️ | ✔️ |
1111
| Text mode | ✔️ | ✔️ | | |
1212
| Check support | ✔️ | ✔️[^2] | ✔️ | ✔️ |
1313
| File support | ✔️ | ✔️ | ✔️ | ✔️ |
1414
| Memory-mapped file support | ✔️ | | | |
1515
| Standard input (stdin) support | ✔️ | ✔️ | ✔️ | |
16-
| GNU style hashes | ✔️ | ✔️ | | |
16+
| GNU style hashes | ✔️ | ✔️ | ✔️[^4] | |
1717
| BSD style hashes | ✔️ | ✔️ | ✔️ | |
18-
| [SRI style](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) hashes | ✔️ | | | |
18+
| [SRI style](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) hashes | ✔️ | [^5] | [^5] | |
1919

2020
## Algorithm Availability
2121

22-
| Checksum or Hash | ddh | GNU coreutils | openssl[^3] | crc32(1)[^1] |
22+
| Checksum or Hash | ddh | GNU coreutils | OpenSSL[^3] | crc32(1)[^1] |
2323
|---|---|---|---|---|
2424
| CRC-32 | ✔️ | | | ✔️ |
2525
| CRC-64-ISO | ✔️ | | |
@@ -126,4 +126,6 @@ dub build -b release-nobounds --compiler=ldc2
126126

127127
[^1]: From the Perl Archive::ZIP package
128128
[^2]: All but cksum and sum
129-
[^3]: See `dgst` command
129+
[^3]: See `dgst` command
130+
[^4]: For unknown reasons, openssl prepends filenames with `*`
131+
[^5]: Possible to do with a [chain of commands](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity#tools_for_generating_sri_hashes), but good luck remembering them.

0 commit comments

Comments
 (0)