RandomKeygen

Free online generator for passwords, keys & recovery codes. All generated locally in your browser — nothing sent to the server.

All keys are generated locally using your browser's cryptographic random generator. Nothing is transmitted over the network.
QuickKeyGen
All Generators 12
Memorable

    
Strong (16 char)

    
Fort Knox (32 char)

    
Alphanumeric

    
UUID v4

    
API Keys

    
128-bit HEX

    
256-bit HEX

    
JWT Secrets

    
Django Secrets

    
MongoDB ObjectId

    
WiFi/WPA

    
Terminal Commands
$ openssl rand -hex 32
$ python -c "import secrets; print(secrets.token_hex(32))"
$ node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
$ ruby -rsecurerandom -e 'puts SecureRandom.hex(32)'
Home Guides