[][src]Module mkpasswd::alphabets

Commonly used alphabets for password generation.

Constants

Base64

The Base64 alphabet.

Base64Url

The Base64 alphabet with - and _.

Latin

The latin alphabet in lower and upper case.

LatinLower

The latin alphabet in lowercase letters.

LatinLowerNumbers

The latin alphabet in lowercase letters with 0-9.

LatinNumbers

The latin alphabet in lower and upper case with numbers.

LatinUpper

The latin alphabet in lowercase letters.

LatinUpperNumbers

The latin alphabet in lowercase letters with 0-9.

Numbers

The numbers from 0 to 9.

Password

The standard alphabet, with a-z, A-Z, 0-9, and each of =+-*/,;:.!?&|^<>(){}_%@#.