1. Encrypting a sensitive audio recording
JournalistBackground
A journalist needs to store an interview recording securely on an external drive.
Problem
The audio file contains sensitive information and must be encrypted with a strong passphrase to prevent unauthorized access if the drive is lost.
How to use
Select the 'Encrypt' operation, upload the audio file, enter a strong passphrase, set the strength to 'moderate', and run the encryption.
{
"operation": "encrypt",
"passphrase": "correct horse battery staple",
"strength": "moderate",
"includeSignature": false
}Outcome
An AGEX JSON bundle is generated containing the encrypted audio file and Argon2id metadata.