Encrypt and decrypt inside the flow
Apply OpenPGP encryption before upload and decryption after download without splitting payload protection into external commands.
Run OpenPGP-protected file exchange with encryption, decryption, signing, verification, and full audit traceability.
PGP exchange programs fail when key handling is inconsistent, provider behavior is opaque, or operators cannot trace what happened to a file.
PGP workflow control
Use Xferity when file transfer and payload protection have to work together, not as separate operator steps.
Apply OpenPGP encryption before upload and decryption after download without splitting payload protection into external commands.
Add outbound signing and inbound signature verification with detached or inline signature support.
Use native gopenpgp, full GnuPG execution, or controlled auto fallback for enterprise key structures that require it.
Avoid shared keyring side effects by running each GnuPG operation in its own isolated temporary home.
Track PGP key capabilities, certificate roles, and Partner Crypto Policy instead of leaving key handling spread across scripts and operator memory.
Use audit records, flow history, and structured observability fields to see what provider ran, what fallback occurred, and what happened to the file.
| Requirement | Typical current state | Xferity approach |
|---|---|---|
| Encryption handling | Manual gpg step before or after transfer | Encryption and decryption are part of the defined flow |
| Key compatibility | Operator guesses whether a provider will work | Native, GnuPG, and controlled auto fallback are explicit runtime modes |
| Key isolation | Shared keyrings and user-profile side effects | Isolated temporary GnuPG homes per operation |
| Operational evidence | Crypto runs are hard to trace after failure | Audit records and structured fields show how a crypto step executed |
Book a technical walkthrough focused on key handling, provider mode selection, partner exchange requirements, and how to run encrypted delivery without brittle glue scripts.