5

Will the performance of my home wireless network be affected by an overly long WPA2-PSK passphrase?

Is the passphrase used only during authentication or is it used to encrypt all frames?

2 Answers2

8

WPA2 provides AES encryption on your data. The key for this encryption is generated for each session and has no relationship to your passphrase. Your passphrase is really only used for authentication.

Your passphrase will have no affect on your performance.

Source

th3dude
  • 9,511
1

"If ASCII characters are used, the 256 bit key is calculated by applying the PBKDF2 key derivation function to the passphrase, using the SSID as the salt and 4096 iterations of HMAC-SHA1" The actual protecting codes have set sizes.

Wikipedia

tobylane
  • 1,337