Skip to content

Instantly share code, notes, and snippets.

@supersonictw
Last active April 26, 2024 12:25
Show Gist options
  • Save supersonictw/71cadbfb50ef6aec49c77244491ea7a4 to your computer and use it in GitHub Desktop.
Save supersonictw/71cadbfb50ef6aec49c77244491ea7a4 to your computer and use it in GitHub Desktop.
#!/bin/sh
cat /dev/urandom | head -n 1 | sha256sum - | cut -d ' ' -f 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment