Patrick Lühne 020b9dc7d4
Make variables lower-case
In order not to have conflicts with the system’s environment variables,
custom variables are conventionally set in lower case.
2017-11-18 21:45:06 +01:00
2017-11-18 21:45:06 +01:00
2017-11-18 21:45:05 +01:00
2017-11-18 21:45:06 +01:00
2017-11-18 21:45:06 +01:00
2017-11-18 21:45:05 +01:00

random-password

Generate random passwords

Overview

random-password randomly generates a password with a specified length (default: 32 characters).

Usage

$ random-password
6ND@#4>U)=j!<D_VJsL=a9|C|*eidR64

$ random-password 16
59ZT<XK+J<|:@Su0
Description
Generate random passwords
Readme 34 KiB
2017-11-18 21:52:44 +01:00
Languages
Shell 100%