projects
/
user
/
alex
/
software
/
my-snippets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
75ff68b211114cf9222dbc9377d667e6fbe266c2
[user/alex/software/my-snippets.git]
/
make-zcrypt-key
1
#!/bin/bash
2
3
dd if=/dev/urandom bs=1 | tr -d '\000\n' | head -c126 2>/dev/null