Commit c1b4e4d
Ugly Password Script (#4)
* Ugly Password Script
Generates a randomly generated long ugly password. Uses /dev/random to ensure reliable entropy. Could be used to password protect Submitty system accounts.
* Fix Comment
/sample_bin/ugly_password.pl
Fix comment style line 23
* Ugly Password Fix
sample_bin/ugly_password.pl
Bugfix/refactor to disqualify certain printable chars that could confuse psql or possibly cli.
* Ugly Password Comment Update
sample_bin/ugly_password.pl
Some comments didn't make it to last commit.
* Ugly Password Script
Changes to be committed:
modified: sample_bin/ugly_password.pl1 parent 54a8592 commit c1b4e4d
1 file changed
+36
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
0 commit comments