|
|
|
|
|
by baccredited
922 days ago
|
|
"pw" a simple perl script that prints a random password. default length is 16 chars but if I do "pw 8" it will return an 8 char password I use it all the time, at least a few times a week. I wrote it because the secure passwords generated by iOS and various password managers are overkill for most purposes and extremely hard to type out by hand to an airgapped destination |
|
https://github.com/007/dotfiles/blob/439ba7ff1d1f6dc01c4b792...