Skip to content

nHash 1.10

Latest
Compare
Choose a tag to compare
@nRafinia nRafinia released this 27 Mar 15:55
· 5 commits to main since this release

nHash Version 1.10 brings a host of new features and improvements to the command-line tool. In this release, we've added new functionalities and made changes to enhance user experience.

Added Features

  • Base58 Encoding: You can now encode/decode Base58 using the new nhash encode base58 sub-command. For example, to encode the text "hello", run nhash encode base58 "hello".

  • Abbreviated Mode: To make it easier to use the tool, we have added an abbreviated mode to commands. You can now generate a UUID with the command nhash u, or calculate an MD5 hash code for a string with the command nhash h c "Hello" -t md5.

  • Examples for Commands: We've also added an example call feature to commands. You can now see examples for every command by running a command with -h or --help. For example, to see examples of the uuid command, run nhash uuid --help.

Bug Fixes

  • Alias Parameter Detection: We have fixed a bug in the detection of alias parameters for output.
  • Output Writing: We have also fixed a bug that affected output writing.

Changes

  • Version Option Display Mode: We have made a change to the display mode for the version option.

We hope that these changes and improvements enhance your experience using nHash.