Skip to main content

File-security workflow

Encrypt a CSV Before Sending or Storing It

Encrypt a CSV with a strong passphrase, transfer the key separately and verify recovery before deleting the plaintext copy.

Use the matching tool

Encrypt CSV

Open Encrypt CSV

What the error actually means

Encryption protects the file contents while the key remains secret. It does not control what an authorized recipient does after decryption, remove metadata from surrounding messages or replace access and retention policies.

Likely causes

  • Sensitive data must cross an untrusted channel.
  • Cloud or removable storage needs protection.
  • A weak or reused passphrase was chosen.
  • The encrypted file and key were sent together.

Separated channels

Problem

Email the encrypted file and password in the same message

Correct pattern

Send the file and communicate the strong passphrase through a separate approved channel

A safe repair workflow

  1. 1Confirm encryption is permitted for the workflow.
  2. 2Use a strong unique passphrase.
  3. 3Encrypt a copy and test decryption.
  4. 4Transfer and retain the key separately.

How to verify the result

A file that downloads successfully is not automatically a correct file. Check the result at both the structural and business-data levels:

  • The encrypted file does not expose CSV text.
  • The intended recipient can decrypt it.
  • The recovered file matches the source.
  • Plaintext copies follow retention rules.

Read the deeper guides