TOOLS_MATRIX

    All password and code generators

    75 free generators: passwords, PIN codes, OTP, passphrases, UUID, tokens, JWT and hashes. 100% local in your browser, no sign-up.

    V_1.1.0

    Full character set password generator

    Full character set: letters, digits and symbols

    PWD_FULL
    V_2.3.1

    Letters-only password

    Password composed only of letters (a-z, A-Z)

    PWD_ALPHA
    V_3.5.2

    Digits-only password

    Random numeric code (3 to 32 digits)

    PWD_NUM
    V_4.7.3

    Alphanumeric password

    Alphanumeric password (letters + digits, no symbols)

    PWD_ALNUM
    V_5.9.4

    Password with letters, digits and symbols

    Full password (maximum charset, 20 characters)

    PWD_MAX
    V_6.11.5

    Lowercase password

    Password in lowercase letters only (a-z)

    PWD_LOWER
    V_7.13.6

    Uppercase password

    Password in uppercase letters only (A-Z)

    PWD_UPPER
    V_8.15.7

    Uppercase + lowercase password

    Mix of A-Z and a-z, no digits or symbols

    PWD_CASE
    V_9.17.8

    Special symbols only

    Random string of ! @ # $ % … symbols

    PWD_SYM
    V_10.19.9

    Custom password

    Tailored password: configurable length and charset

    PWD_CUSTOM
    V_11.21.10

    6-character short password

    Short password (4 to 10 chars) for non-sensitive uses

    PWD_SHORT
    V_12.23.11

    24-character long password

    Generates a long 24-character password

    PWD_LONG
    V_13.25.12

    16-character strong password

    Strong 16-character password, NIST standard

    PWD_STRONG
    V_14.27.13

    32-character ultra-secure password

    Ultra-secure 32-character password

    PWD_VSTRONG
    V_15.29.14

    Easy-to-remember password

    Short random words to help memorization

    PWD_MEM
    V_16.31.15

    Easy-to-read password

    Without ambiguous characters (0/O, 1/l/I)

    PWD_READ
    V_17.33.16

    Symbol-free password

    Alphanumeric password (no special characters)

    PWD_NOSYM
    V_18.35.17

    Guaranteed symbol password

    Password that always contains symbols

    PWD_SYMON
    V_19.37.18

    No-ambiguous-character password

    Excludes 0/O, 1/l/I, quotes and backslash

    PWD_NOAMB
    V_20.39.19

    Pronounceable password

    Alternating consonants and vowels for oral diction

    PWD_PRO
    V_21.41.20

    4-character password

    Ultra-short password — non-sensitive uses only

    PWD_L4
    V_22.43.21

    6-character password

    6-character password — limited security

    PWD_L6
    V_23.45.22

    8-character password

    Historical minimum, removed from NIST since 2017

    PWD_L8
    V_24.47.23

    10-character password

    10-character password, medium security

    PWD_L10
    V_25.49.24

    12-character password

    12-character password — recommended minimum

    PWD_L12
    V_26.51.25

    16-character password

    16-character password with symbols

    PWD_L16
    V_27.53.26

    20-character password

    20-character password, high security

    PWD_L20
    V_28.55.27

    24-character password

    24-character password, very high security

    PWD_L24
    V_29.57.28

    32-character password

    32-character password for keys and secrets

    PWD_L32
    V_30.59.29

    64-character password

    64-character password, maximum entropy

    PWD_L64
    V_31.61.30

    Random PIN code generator

    Random PIN code from 3 to 12 digits

    PIN
    V_32.63.31

    4-digit PIN code

    Random 4-digit PIN code for bank cards

    PIN4
    V_33.65.32

    6-digit PIN code

    Random 6-digit PIN code for 2FA

    PIN6
    V_34.67.33

    8-digit PIN code

    Random 8-digit PIN code for sensitive accounts

    PIN8
    V_35.69.34

    Random numeric code

    Numeric code from 3 to 32 digits

    NUMCODE
    V_36.71.35

    Email verification code

    Temporary code for sign-up / email verification

    VERIF
    V_37.73.36

    6-digit OTP generator

    One-time OTP/TOTP code for 2FA

    OTP
    V_38.75.37

    Alphanumeric security code

    Security code for password reset

    SEC
    V_39.77.38

    Alphanumeric random code

    Random code mixing letters and digits

    RND
    V_40.79.39

    2FA confirmation code

    Confirmation code for action validation

    CONF
    V_41.81.40

    Passphrase generator

    Passphrase from random words

    PP
    V_42.83.41

    Short passphrase

    Short phrase (3-4 words) for frequent access

    PPS
    V_43.85.42

    Long passphrase (7+ words)

    Long passphrase ~7 words for critical accounts

    PPL
    V_44.87.43

    Random word phrase

    Several distinct random words (XKCD style)

    PPW
    V_45.89.44

    Passphrase with separators

    Words separated by - _ . for 4-type compliance

    PPSEP
    V_46.91.45

    Passphrase with digits

    Words + digits for enhanced security

    PPN
    V_47.93.46

    Passphrase with symbols

    Words + symbols ! @ # $ %

    PPSY
    V_48.95.47

    Memorable XKCD phrase

    Phrase in the style of "correct horse battery staple"

    PPMEM
    V_49.97.48

    Diceware passphrase

    Diceware passphrase (EFF wordlist)

    DICE
    V_50.99.49

    Custom secret phrase

    Configurable passphrase (words, separators, length)

    PPCUST
    V_51.101.50

    Password strength tester

    Analyze strength and entropy of a password

    TEST
    V_52.103.51

    Password security score

    Qualitative rating: weak / medium / strong / very strong

    SCORE
    V_53.105.52

    Brute-force crack time

    Estimates GPU / cluster crack time

    CRACK
    V_54.107.53

    Password length checker

    Check length against NIST recommendations

    CHKLEN
    V_55.109.54

    Symbol checker

    Check the presence of special symbols

    CHKSYM
    V_56.111.55

    Digit checker

    Check the presence of digits

    CHKNUM
    V_57.113.56

    Uppercase / lowercase checker

    Check case variety

    CHKCASE
    V_58.115.57

    Weak password detector

    Detects 123456, password, and top leaked passwords

    WEAK
    V_59.117.58

    Repetition detector

    Detects aaaa, 1111, abcabc, repeated patterns

    REP
    V_60.119.59

    Keyboard sequence detector

    Detects 123456, abcdef, azerty, qwerty

    SEQ
    V_61.121.60

    UUID v4 generator

    Random UUID v4 RFC 4122 (128 bits)

    UUID
    V_62.123.61

    URL-safe token generator

    Random URL-safe token for web sessions

    TOKEN
    V_63.125.62

    API key generator

    Alphanumeric API key, 32 characters

    APIKEY
    V_64.127.63

    JWT secret HS256/HS512

    Random secret for signing JWT (HS256/512)

    JWT
    V_65.129.64

    HEX/Base64 secret key

    High-entropy random secret key (HMAC, AES)

    SECRET
    V_66.131.65

    bcrypt/Argon2 salt generator

    Cryptographic salt for bcrypt / Argon2 hash

    SALT
    V_67.133.66

    Online hash generator

    MD5, SHA-1, SHA-256 hub — comparison and usage

    HASH
    V_68.135.67

    Online MD5 generator

    MD5 hash (128 bits) for compatibility

    MD5
    V_69.137.68

    Online SHA-1 generator

    SHA-1 hash (160 bits) for compatibility

    SHA1
    V_70.139.69

    Online SHA-256 generator

    SHA-256 hash (FIPS 180-4) modern standard

    SHA256
    V_71.141.70

    Wi-Fi password

    Home Wi-Fi password, 20 characters

    WIFI
    V_72.143.71

    WPA2/WPA3 Wi-Fi key

    Enterprise Wi-Fi key, 32 characters WPA3

    WPA
    V_73.145.72

    Banking password

    Password for online banking (alphanumeric)

    BANK
    V_74.147.73

    bcrypt generator

    Random bcrypt salt, 22 characters

    BCRYPT
    V_75.149.74

    Argon2 generator

    Random Argon2id salt, 22 characters

    ARGON2
    Всички генератори на пароли и кодове — Convertly PASSWORD — Convertly PASSWORD