Comment on Providing a checksum without telling you how it was created
bamboo@lemmy.blahaj.zone 1 month agoJust did a test of the character counts for different algorithms, here’s the number of characters for each:
| Command | Characters |
|---|---|
| md5sum | 32 |
| sha1sum | 40 |
| sha256sum | 64 |