Pre-shared Key (PSK)

Authentication & Authorization 🔐 • Network Security 🌐 • Protocols 🔗 • Sec+ Glossary 📖 Difficulty: premium

What is Pre-shared Key (PSK)?

A Pre-shared Key, or PSK, is a secret value that two or more parties know in advance and use to help authenticate one another or establish protected communication.

Examples

  • A small office Wi-Fi network uses a single shared wireless password so authorized users can join the network.
  • Two VPN devices are configured with the same secret key so they can authenticate each other before building a secure tunnel.

Discover 🔎

Many security systems need a simple way for both sides to prove they belong in the conversation. Before a wireless client joins a protected network or before two VPN endpoints trust each other, there has to be some shared basis for that trust. One of the oldest and simplest ways to do that is the pre-shared key.

A PSK is appealing because it is easy to understand. Both sides already know the same secret, so each side can use that secret during setup or authentication. That simplicity makes PSKs common in smaller environments and in situations where a full certificate or directory-based design would be heavier than necessary. At the same time, that same simplicity creates limits, especially when many users or many devices rely on the same secret.

Remember: A PSK is shared in advance. Its value comes from the fact that only trusted parties are supposed to know it before the connection begins.

Summary 📝

A pre-shared key is a simple trust mechanism built on a secret that all authorized parties already know before communication begins. It is widely used in wireless security and VPNs because it is straightforward to deploy and understand. Its strengths are simplicity and practicality in smaller environments, while its weaknesses appear in larger settings where accountability, scale, and key exposure become harder to manage.

Open the interactive lesson Browse more topics

Tip: The interactive version includes progress tracking, decks, and premium deep dives.