#sha-256 #cli #hashing #hash

app justhash

Simple cli for hashing with sha256

1 stable release

1.0.0 May 8, 2023

#2173 in Cryptography

MIT license

5KB

just hash

want a simple way to hash a string in the terminal? You can do that with this cli.

example

$ justhash -s "hello world!"

7509e5bda0c762d2bac7f90d758b5b2263fa01ccbc542ab5e3df163be08e6ca9

installing

justhash is also available on crates.io

nix

add the following input to your flake:

  justhash.url = "github:sempruijs/justhash";

and then adding it to home.packages

    home.packages = with pkgs; [
        inputs.justhash.packages.${pkgs.system}.default
    ]

Dependencies

~1.8–2.5MB
~49K SLoC