WPA2/WPA3 Key Generator

Maximum wireless security. Full-length pre-shared keys for WPA2 and WPA3.

100% Client-Side No Data Leaves Your Browser Free & No Signup
Generating...

WPA Key Standards

The IEEE 802.11i standard (WPA2) defines two modes for pre-shared keys:

  • ASCII passphrase (8-63 chars): Processed through PBKDF2-SHA1 (4,096 iterations) with the network SSID as salt to derive a 256-bit Pairwise Master Key (PMK).
  • Hex key (64 chars / 256 bits): Used directly as the PMK, bypassing PBKDF2 derivation. This is the "raw key" option.

Hex vs. ASCII Keys

PropertyHexadecimalASCII
Characters used0-9, a-f (16 chars)A-Z, a-z, 0-9 (62 chars)
Max length64 characters63 characters
Entropy at max256 bits (exact)~375 bits (then derived to 256)
Ease of entryModerateEasier (recognizable chars)
Router supportUniversalUniversal

Enterprise vs. Personal Mode

WPA2-Personal (WPA2-PSK) uses a single shared key for all devices. If the key is compromised, all devices are affected. Suitable for homes and small offices.

WPA2-Enterprise (WPA2-EAP) uses individual credentials per user via a RADIUS server. Compromise of one user doesn't affect others. Required for larger organizations and compliance frameworks.

This tool generates keys for Personal mode. For enterprise deployments, consult your network administrator.

Frequently Asked Questions

What is a WPA key?

A WPA key (also called a pre-shared key or PSK) is the password used to encrypt WiFi traffic between your device and router. WPA2/WPA3 supports keys from 8 to 63 ASCII characters, or a 64-character hexadecimal string (256 bits).

What's the difference between a WiFi password and a WPA key?

They're the same thing for personal networks. "WiFi password" is the consumer term; "WPA key" or "PSK" is the technical term. Our WiFi Password Generator creates shorter, easier-to-enter passwords. This tool generates maximum-length keys for highest security.

Hex vs. ASCII — which should I use?

ASCII is easier to type (letters and numbers). Hex (0-9, a-f) is often used in router admin panels and provides exact bit-level control. A 64-character hex key is exactly 256 bits. Both provide excellent security at full length.

Why 63 characters maximum?

The WPA2 specification (IEEE 802.11i) defines the PSK as 8-63 ASCII characters, which are then processed through PBKDF2-SHA1 with the SSID as salt to produce a 256-bit PMK (Pairwise Master Key). A 64-character hex key bypasses this derivation and is used as the PMK directly.

Is a longer key always more secure?

Yes, up to the 63-character ASCII / 64-character hex limit. After that, WPA2 can't use additional characters. A 32-character random alphanumeric key already provides ~190 bits of entropy — far beyond what's crackable. The 63-character maximum is overkill but eliminates any doubt.