Skip to content

Instantly share code, notes, and snippets.

@Lathanao
Last active March 16, 2024 07:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lathanao/e9da3af3d2dcabf540be5bd538851286 to your computer and use it in GitHub Desktop.
Save Lathanao/e9da3af3d2dcabf540be5bd538851286 to your computer and use it in GitHub Desktop.
Alias password generator for terminal
alias pass='pwgen 14 1'
alias passs="python -c 'import secrets; print(secrets.token_hex())'"
alias passss="head -c 14 /dev/urandom | sha1sum | cut -d' ' -f1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment