Encryption at Rest and End-to-End with PGP
Encryption in transit protects the pipe; the file itself still lands in plain form on every endpoint. File-level encryption — PGP being the long-standing standard — closes that gap: the file is sealed before it leaves and only the intended recipient can open it, no matter how many servers it rests on along the way.
This series covers the at-rest side of the story: the difference between the two protection windows, how PGP actually works without the math, managing keys with partners, building encrypt-before-send automation that doesn't break, protecting files sitting on the transfer server, and an honest guide to when file-level encryption earns its overhead.
Articles in This Series
- Encryption at Rest vs in Transit: Two Different Jobs
The two exposure windows explained, disk and volume encryption versus file-level sealing, where each protects and where each is blind, and how they combine. - How PGP File Encryption Actually Works
Public and private keys in plain words, the hybrid trick that makes it fast, the difference between encrypting and signing, and why PGP fits files that cross systems. - Managing PGP Keys with Partners
Generating keys, exchanging public keys safely, expiry and revocation, guarding the private key, and escaping the partner-key-spreadsheet mess. - Encrypt-Before-Send Workflows That Don't Break Automation
Folder-based pipelines that encrypt then transfer, decrypt-on-arrival, naming conventions, and error handling that fails loudly instead of silently. - Protecting Files at Rest on the Transfer Server
What disk encryption does and doesn't cover on a server, retention as quiet exposure, purge policies, quarantine areas, and encrypted backups. - When File-Level Encryption Is Worth the Overhead
A decision guide: data sensitivity, partner requirements, compliance pressure, and operational cost — honest about when TLS plus good controls is enough.
Explore More Topics
This series is part of the Sysax file transfer topic library, which covers the protocols, security practices, automation techniques, and operational skills behind reliable file transfer. The library pairs well with the practical tools we build: Sysax Multi Server, a secure FTP, FTPS, SFTP, and HTTPS server for Windows, and Sysax FTP Automation, which schedules and scripts secure transfers so the routine ones run themselves.
