{@code HashFormat} that outputs <em>only</em> The hash's digest bytes in hex format. It does not print out anything else (salt, iterations, etc). This implementation is mostly provided as a convenience for command-line hashing.
Returns {@code hash !is null ? hash.toHex() : null}.
Returns a formatted string representing the specified Hash instance.
See Implementation
{@code HashFormat} that outputs <em>only</em> The hash's digest bytes in hex format. It does not print out anything else (salt, iterations, etc). This implementation is mostly provided as a convenience for command-line hashing.