VPN Love
Because Your Privacy Matters

Encryption Is a Lock. Find Out Where It Opens.

The cipher can be strong while an endpoint, account, recovery key, or unlocked device leaves the data exposed.
By Charles Joseph · Published
Share
Share
Copy URL

Encryption can turn a readable tax return into useless ciphertext for someone who steals the laptop. It can also unlock the same file for the cloud service that stores it. “Encrypted” tells you a lock exists; privacy depends on where the lock opens and who holds the key.

Nora finishes a tax return in an airport lounge. The file sits on her laptop, travels through the browser to cloud storage, and later opens on her phone. That one document crosses three different states, and each needs a different question.

Is the laptop encrypted while locked? Is the network connection protected while the file moves? Can the storage provider decrypt the uploaded copy? A product page that answers only “AES-256” hasn’t answered any of them.

Encryption Protects Data in a Particular State

Encryption transforms plaintext into ciphertext using an algorithm and key. An authorized device or person uses the right key to reverse that transformation. Without the key, a copy should be computationally impractical to read when the system is designed and implemented correctly.

At-rest encryption protects stored data: a phone’s flash storage, laptop disk, backup, database, or removable drive. In-transit encryption protects data while systems exchange it. End-to-end encryption is a stronger application-level promise: only the intended endpoints hold the content keys, so an intermediary carrying or storing the message shouldn’t be able to read it.

Those labels aren’t interchangeable. A file can be encrypted across airport Wi-Fi, decrypted by the cloud server, then encrypted again on the provider’s disks under a key the provider controls. The connection and disk are protected, but the provider remains an endpoint with access.

NIST’s encryption overview treats data at rest and in transit as separate protection jobs. Nora should too.

See Exactly What Happens Inside a VPN
A polished visual tour follows data from your device through encryption, the VPN server, and out to the wider internet.

A diagram of an encrypted tunnel is useful only after its endpoints are labeled. The tunnel hides content from observers between those endpoints; it doesn’t dictate what either endpoint does after decryption.

The Padlock Protects the Trip, Not the Destination

When Nora visits an HTTPS site without a certificate warning, Transport Layer Security normally authenticates the server and protects the connection’s confidentiality and integrity. The TLS 1.3 standard states those goals plainly: the channel authenticates, keeps application data confidential between endpoints, and detects modification.

The website is one endpoint. It receives the form fields Nora submits, can associate them with her account, and may store them or share them according to its practices and the law. HTTPS blocks a person at the next airport table from reading the protected traffic; it doesn’t make the recipient forget the upload.

The address still matters. A perfect encrypted channel to a convincing impostor protects delivery to the impostor. Nora shouldn’t click through a certificate warning or trust a lookalike domain because a padlock appears. Encryption without the right destination can deliver a secret very safely to the wrong person.

A keypad-unlocked encrypted drive changes the at-rest boundary: protected files can remain locked when the drive is removed. Once Nora unlocks it on a compromised computer, the computer can read the files too. Hardware encryption protects storage; it doesn’t cleanse the endpoint.

Kingston IronKey Keypad 200C: USB-C Encryption With No Software to Install
  • Unlocks 64GB of hardware-encrypted storage through the keypad built into the drive
  • Connects directly to USB-C devices and works without depending on a specific operating system
  • Supports administrator and user access plus defenses against repeated PIN guessing and malicious firmware

Algorithms Matter Less Than the Whole Construction

AES is a standardized symmetric block cipher, meaning the same secret key family is used to encrypt and decrypt. NIST’s current FIPS 197 publication specifies AES-128, AES-192, and AES-256. The number describes key length, not a complete product design.

A secure system also needs a suitable mode, unique nonces or initialization values where required, integrity protection, strong key generation, safe storage, updates, and correct code. A bold “military-grade AES-256” badge says nothing about a default PIN of 1234, a key copied into logs, an exposed recovery account, or software that decrypts everything at startup.

Public-key cryptography solves a different coordination problem. A public key can be shared, while the private key stays secret; systems use that relationship for tasks such as establishing secrets and verifying signatures. Real protocols combine tools rather than asking one algorithm to do every job.

How IPsec Protects Data in Transit
PowerCert's animation makes the authentication, encryption, and tunneling pieces of IPsec easier to recognize.

Protocol names identify a design, not the quality of one deployment. Configuration, authentication, endpoint security, key handling, and updates determine whether the promised protection survives contact with a real device.

The Key Is Both the Power and the Failure Point

If an attacker gets the decryption key, strong ciphertext may become readable. If Nora loses the only key, strong encryption can lock her out just as effectively. Recovery is therefore part of encryption, not an embarrassing afterthought.

For a phone or laptop, use a long device passcode and enable the platform’s built-in encryption if it isn’t already active. Store recovery keys somewhere separate, protected, and testable. Don’t leave the only recovery copy in the encrypted device it is supposed to rescue.

For encrypted archives or removable drives, record what software, connector, password, and recovery method a future you will need. Keep at least two protected copies of irreplaceable files and test restoration. A locked drive that fails mechanically is still a failed drive.

An account protecting cloud-held keys needs its own defense. A unique password and phishing-resistant MFA can prevent a stolen password from becoming the easiest decryption route.

YubiKey 5C NFC: Tap or Plug In for Safer Account Access
  • Connects through USB-C or NFC, covering many newer computers and compatible phones
  • Adds a phishing-resistant physical check to passkeys and supported multi-factor logins
  • Works without a battery, code display, or wireless pairing process

A security key doesn’t encrypt Nora’s tax return. It strengthens authentication to supported accounts so an attacker has a harder time reaching data or recovery controls. That distinct role is why “uses encryption” and “keeps the account secure” should never be collapsed into one claim.

A VPN Moves the Encrypted Boundary

Without a VPN, Nora’s HTTPS connection runs from her browser to the website. The airport network carries it and can observe network metadata such as addresses, timing, and volume, but not the protected page contents. The website receives the airport’s public IP and all data Nora deliberately submits.

With a full-device VPN, covered traffic first enters an encrypted tunnel to the VPN server. The airport sees the VPN connection and its timing and volume. After removing the VPN layer, the provider can observe destination IP addresses, timing, and volume, and may read application traffic that lacks its own encryption. The website sees the VPN server’s public IP while HTTPS can continue protecting browser-to-site content.

The VPN hasn’t replaced HTTPS or created end-to-end anonymity. It has changed the route and inserted a provider at a powerful intermediary point. Account logins, cookies, browser characteristics, and location permissions can still identify Nora to services.

What a VPN Protects—and What It Doesn't
Leo Notenboom separates realistic VPN protection from the anonymity and security claims a VPN cannot fulfill.

That complete view prevents a common mistake: buying a tunnel to solve a storage or account problem. A VPN won’t encrypt an unprotected file sitting on the laptop, strengthen a weak cloud password, or prevent the recipient from reading data you send.

“Encrypted by Default” Still Needs a Lock Test

At-rest protection is strongest when a stolen device is powered off or securely locked and the key isn’t available to the thief. If Nora walks away with the laptop open, full-disk encryption may already have unlocked the storage for the running session. Screen lock timing and shutdown behavior matter.

Backups need the same review. A laptop may be encrypted while its external backup sits readable in a drawer, or a local file may be protected while the synced cloud copy uses provider-controlled keys. Follow one sensitive sample file through every copy rather than checking one device badge.

Updates matter because encryption runs inside software and hardware. A mathematically strong algorithm can be undermined by a vulnerable operating system, browser, app, firmware, or key-management service. Install security updates and retire formats whose supporting software is no longer maintained.

A travel router can apply a configured VPN route to several devices and make one policy easier to see. It also creates one configuration that can fail for all of them. Update it, verify which clients and traffic are covered, and test what happens when the tunnel drops.

Sale
GL.iNet Beryl AX: Fast, Compact VPN Wi-Fi for Travel
  • Combines Wi-Fi 6 with a 2.5-gigabit WAN port in a compact travel-friendly body
  • Runs OpenVPN and WireGuard profiles from compatible VPN providers across connected devices
  • Adds WPA3, encrypted DNS, captive-portal support, and a configurable privacy switch

Ask Four Questions Before Trusting the Word

Take any encryption claim and locate the data, the endpoints, the key holder, and the failure state. What exact copy is encrypted? Where does decryption occur? Who can obtain or recover the key? What becomes visible if the device is unlocked, the account is taken over, or the tunnel disconnects?

Then test the ordinary recovery path. Lock and restart the device. Confirm the backup is encrypted and restorable. Check the site address and certificate warning behavior. Verify the VPN’s IP and DNS route after sleep or a network change. A test catches boundary mistakes that an algorithm label cannot.

Encryption is extraordinarily powerful when the threat stands outside the protected boundary. But that encryption layer cannot protect the plaintext once an attacker or service gains access at an authorized endpoint.

Protect the document at rest, protect every trip it takes, secure the accounts and keys that unlock it, and know which recipient must finally see it. The magic isn’t the cipher name. It’s putting every opening in the right place.