nushell/crates/nu-command/src/hash
Benoît Cortier 32f0f94b46
feat: add --binary(-b) option to hash commands (#5885)
For instance,

```
echo 'abcdefghijklmnopqrstuvwxyz' | hash sha256 --binary
```

Will returns the hash as a binary value instead of a hexadecimaly encoded string.
2022-06-26 06:50:56 -05:00
..
generic_digest.rs feat: add --binary(-b) option to hash commands (#5885) 2022-06-26 06:50:56 -05:00
hash_.rs Rename some files (#952) 2022-02-05 12:35:02 -05:00
md5.rs feat: add --binary(-b) option to hash commands (#5885) 2022-06-26 06:50:56 -05:00
mod.rs Deprecate hash base64, extend decode and add encode commands (#5863) 2022-06-26 00:35:23 +03:00
sha256.rs feat: add --binary(-b) option to hash commands (#5885) 2022-06-26 06:50:56 -05:00