Last active
March 16, 2024 07:12
-
-
Save Lathanao/e9da3af3d2dcabf540be5bd538851286 to your computer and use it in GitHub Desktop.
Alias password generator for terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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