Skip to content

1.9

Compare
Choose a tag to compare
@nRafinia nRafinia released this 25 Mar 10:42
· 30 commits to main since this release

nHash has many changes in this release

Added

  • Separation of Hash sub-command into two sections, Calc and Checksum

Calc sub-command

  • Add Blake2b algorithm
  • Add Blake2s algorithm
  • Add SHA-3 (224, 256, 384, 512) algorithm

Checksum sub-command

  • Add Adler32 algorithm into Checksum sub-command
  • Add Fletcher16 algorithm into Checksum sub-command
  • Add Fletcher32 algorithm into Checksum sub-command
  • Added a verification option to Checksum, verify received code with selected file nhash hash checksum --file test.iso --verify 5EB63BBBE01EEED093CB22BB8F5ACDC3 --type md5

Change

This is the biggest change for having clean code