Key Facts
- Category
- Security & Validation
- Input Types
- file, select, text
- Output Type
- json
- Sample Coverage
- 4
- API Ready
- Yes
Overview
The AGEX Bundle Metadata Redactor allows you to sanitize and rewrite exposed metadata fields—such as the original filename, MIME type, and signer ID—within an AGEX bundle without altering the underlying encrypted ciphertext payload.
When to Use
- •Before distributing an AGEX bundle to external partners to prevent leaking internal file naming conventions.
- •When you need to strip sensitive signer identity labels or signatures from an encrypted package.
- •To standardize MIME types or filenames across multiple encrypted bundles for public release.
How It Works
- •Upload your AGEX bundle file containing the encrypted payload and exposed metadata.
- •Select whether to keep, clear, or replace the filename, MIME type, and signer ID fields.
- •Process the file to generate a sanitized AGEX bundle with updated metadata and stripped signatures, leaving the ciphertext bytes untouched.
Use Cases
Examples
1. Sanitizing AGEX Bundles for External Distribution
Security Administrator- Background
- An administrator needs to share an encrypted AGEX bundle externally but the bundle contains internal filenames and developer signer IDs.
- Problem
- The bundle exposes internal naming structures and signer identities that violate the company's privacy policy.
- How to Use
- Upload the AGEX bundle, set the Filename Mode to 'Replace' with 'shared-file.bin', and set the Signer ID Mode to 'Clear'.
- Outcome
- The metadata is updated, the signature is stripped, and the ciphertext remains completely unchanged.
2. Hiding File Format Signatures
Data Privacy Officer- Background
- A privacy officer wants to distribute encrypted data without revealing the original file format through the MIME type metadata.
- Problem
- The MIME type field in the AGEX bundle reveals that the encrypted payload is a proprietary database format.
- How to Use
- Upload the AGEX bundle, set the MIME Type Mode to 'Replace' and enter 'application/octet-stream' as the replacement MIME type.
- Outcome
- The MIME type metadata is replaced with a generic binary stream label, preventing format identification while preserving the encrypted payload.
Try with Samples
json, text, fileRelated Hubs
FAQ
Does this tool decrypt or modify the encrypted payload?
No, the tool only modifies the unencrypted metadata fields and leaves the ciphertext bytes completely untouched.
Why is the signature removed after I edit the metadata?
Signatures cover both the metadata and the payload; modifying any metadata field invalidates the original signature, so it is stripped.
What options do I have for the metadata fields?
You can choose to keep the original value, clear it entirely, or replace it with a custom string.
Which metadata fields can I redact?
You can redact or replace the original filename, the MIME type, and the signer ID.
Does this tool support bulk processing?
This tool processes one AGEX bundle file at a time.