1. Routine Passphrase Rotation
Security AdministratorBackground
A security administrator needs to rotate the passphrase of a production AGEX configuration bundle every 90 days to comply with company security policies.
Problem
The administrator needs to update the passphrase without exposing the raw contents of the bundle permanently.
How to use
Upload the existing config.agex.json file, input the current passphrase, enter the new secure passphrase, set the strength to 'sensitive', and run the rewrapper.
{
"strength": "sensitive",
"currentPassphrase": "old-passphrase-123",
"newPassphrase": "new-passphrase-456"
}Outcome
A new AGEX bundle is generated with updated Argon2id parameters and the new passphrase, ready for deployment.