mirror of
https://github.com/danbulant/nushell
synced 2026-05-20 21:08:34 +00:00
400 B
400 B
| title | layout | version |
|---|---|---|
| hash sha256 | command | 0.59.0 |
hash a value using the sha256 hash algorithm
Signature
> hash sha256 ...rest
Parameters
...rest: optionally sha256 hash data by cell path
Examples
sha256 encode a string
> echo 'abcdefghijklmnopqrstuvwxyz' | hash sha256
sha256 encode a file
> open ./nu_0_24_1_windows.zip | hash sha256