Forrest logo
back to the echo tool

echo:ai:df7da

how do I get a blake2s digest
$ echo -n 'YourStringHere' | blake2ssum -
try on your machine

This CLI command will calculate the blake2s digest for the provided string 'YourStringHere'

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how do I get a blake2s digest ?
back to the echo tool