Passwords
Index¶
passwords::generate¶
Generate a secure random password using pwgen (alphanumeric only). Output: stdout — generated password
Arguments¶
- $1 (password): length (optional; defaults to 64)
passwords::generate_with_symbols¶
Generate a secure random password using pwgen, including symbols (unsafe chars excluded). Output: stdout — generated password
Arguments¶
- $1 (password): length (optional; defaults to 64)