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", runnhash 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 commandnhash 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, runnhash 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.