Skip to content

Instantly share code, notes, and snippets.

@hunzo
Created September 30, 2021 06:34
Show Gist options
  • Save hunzo/dd8deddd3ea98e4349410afe720130ba to your computer and use it in GitHub Desktop.
Save hunzo/dd8deddd3ea98e4349410afe720130ba to your computer and use it in GitHub Desktop.
#!/bin/bash
echo -n "Enter Password: " && head -1 </dev/stdin | tr -d '\n' | sha256sum | cut -d" " -f1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment