Alphabets

dicendo supports seven different alphabets, allowing the user to select the format best suited to their needs.


full alphabet for copy&paste (default)

Status code and length:
full, 85 characters
Description:
Default full alphabet for passwords processed on computers and later used as copy-paste.
Alphabet:
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890!@#$%^&*()<>-_=+;:,./?

full+ alphabet for copy&paste

Status code and length:
full+, 92 characters
Description:
Full alphabet with space character (" ") and quotation marks for passwords processed on computers and later used as copy-paste.
Alphabet:
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890!@#$%^&*()[]{}<>-_=+;:'",./?

simple alphabet for manual copying

Status code and length:
simple, 67 characters
Description:
Simplified alphabet for passwords stored on computers and later manually copied (e.g., from a password manager on a mobile phone to a computer). Characters causing obvious errors related to ambiguity, such as l/1/I, O/0, ;/:, ,/., etc., have been removed.
Alphabet:
abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789!@#$%&()/?

hand alphabet for handwriting

Status code and length:
hand, 43 characters
Description:
A very simplified alphabet for entries written by hand on paper (e.g., for storing them in a sealed envelope). Ambiguities related to characters such as b/6, c/(, x/X, 5/S, g/9, and 2/Z have also been removed.
Alphabet:
adefhijkmnprtwyzAEFGHJKLMNPQRTY347!@#$%&)/?

hex alphabet for hexadecimal number(s)

Status code and length:
hex, 16 characters
Description:
Hexadecimal numbers can be useful for generating good keys for symmetric encryption.
Alphabet:
0123456789abcdef

dec alphabet for decimal number(s)

Status code and length:
dec, 10 characters
Description:
Decimal digits, why not.
Alphabet:
0123456789

nums alphabet if list of numbers is needed

Status code:
nums
Description:
List of random numbers, "-" separated.
Alphabet:
0123456789

Back to documentation