# AGEX Secure Share Note

Generate a plain-language share note for an AGEX bundle so recipients know how to decrypt and verify it safely

> Canonical page: https://elysiatools.com/en/tools/agex-secure-share-note

- **Category:** Security

- **Keywords:** agex, share note, decrypt instructions, signature guidance, secure file sharing

## Overview

This tool turns a raw AGEX bundle into user-facing guidance. It is especially helpful when the recipient is not deeply technical and needs a simple explanation of how to decrypt the file, handle the passphrase, and verify provenance.

## Inputs

- **Bundle File** (file)
- **Verification Public Key** (textarea): Optional public key to include in the instructions if you want recipients to verify against an external trust anchor.
- **Recipient Note** (textarea): Optional reminder for recipients, such as where the passphrase will arrive or what the file is for.

## When to use

- When sending encrypted AGEX bundles to clients who need step-by-step decryption instructions.
- When you need to include a specific verification public key for signature validation in the recipient's guide.
- When sharing sensitive files and wanting to document where the decryption passphrase will be delivered separately.

## How it works

- Upload your encrypted AGEX bundle file.
- Optionally input a verification public key and a custom recipient note.
- Generate the plain-language HTML share note containing clear decryption and verification steps.

## Use cases

- Creating client-facing decryption guides for secure financial or legal document deliveries.
- Standardizing internal IT procedures for verifying signed AGEX packages.
- Attaching clear passphrase delivery instructions to encrypted data shipments.

## Frequently asked questions

### What is an AGEX bundle?

An AGEX bundle is a secure, encrypted file container used for safe data transmission.

### Does this tool decrypt my AGEX bundle?

No, this tool only reads the bundle metadata to generate user-facing instructions on how the recipient can decrypt it.

### Why should I include a verification public key?

Including a public key allows the recipient to verify the bundle's signature and confirm it was sent by you.

### What format is the generated share note?

The tool outputs a clean, shareable HTML page that you can send directly to your recipient.

### Is my sensitive data exposed when uploading the bundle?

No, the tool only processes the bundle structure to build the instruction guide without exposing the encrypted payload.

## Related tools

- [CSV to Database Migration Planner](https://elysiatools.com/en/tools/csv-to-database-migration-planner): Infer a relational schema from CSV data and generate create-table plus ALTER migration plans for PostgreSQL, MySQL, SQLite, or SQL Server
- [Image Palette to Design Tokens](https://elysiatools.com/en/tools/image-to-design-tokens): Extract a dominant color palette from an image (k-means clustering), then export it as CSS variables, SCSS variables, a Tailwind config, or JSON design tokens — with named colors and an auto-generated shade scale for each
- [AGEX Signature Verifier](https://elysiatools.com/en/tools/agex-signature-verifier): Verify the Ed25519 signature attached to an AGEX bundle
- [JWK Generator & Parser](https://elysiatools.com/en/tools/jwk-generator): Generate JSON Web Keys (JWK) for RSA, EC (P-256/P-384/P-521/secp256k1), and OKP (Ed25519/Ed448/X25519/X448), or parse an existing JWK to inspect its parameters, thumbprint, and metadata
- [Fitness Workout PDF Generator](https://elysiatools.com/en/tools/fitness-workout-pdf-generator): Generate a printable workout-plan PDF from JSON or CSV data with exercise tables, progress boxes, and optional QR video links
- [OCR PDF to Structured JSON Bridge](https://elysiatools.com/en/tools/ocr-pdf-to-structured-json-bridge): Extract the PDF text layer with geometry (lines by y-position, tables by column gaps, headings by font size, colon key-value pairs), then fill a user-supplied JSON Schema field by field — labels matched by normalized keys, values coerced to declared types and validated with ajv.
- [PDF to JSON Structure Explorer](https://elysiatools.com/en/tools/pdf-to-json-structure-explorer): Extract structured OpenDataLoader JSON from a PDF and browse headings, paragraphs, tables, lists, pages, and bounding boxes in an explorer view
- [Podcast Chapter Marker Builder](https://elysiatools.com/en/tools/podcast-chapter-marker-builder): Build every podcast chapter format from one timecoded list: Podcasting 2.0 JSON + RSS tag, ID3v2.4 CHAP+CTOC burned into an MP3, Vorbis comments, mp4chaps, YouTube timestamps and SRT, with a per-player support matrix.

## Samples

- [WebRTC Real-Time Communication Samples](https://elysiatools.com/en/samples/webrtc-samples): Comprehensive WebRTC samples for peer-to-peer audio/video communication, data channels, screen sharing, and signaling server implementation
- [Distributed Tracing Samples](https://elysiatools.com/en/samples/distributed-tracing-samples): Comprehensive distributed tracing examples using Jaeger, OpenTelemetry, and other modern observability tools for microservices architecture
- [AWS EventBridge Samples](https://elysiatools.com/en/samples/eventbridge-samples): AWS EventBridge examples including event buses, rules, targets, schema registry, custom events, and cross-account event routing for serverless event-driven architecture
- [JWT Samples](https://elysiatools.com/en/samples/jwt-samples): Comprehensive JWT examples from basic token structure to advanced security implementations

## Related content

- [AGEX Secure File Packaging and Handoff](https://elysiatools.com/en/hubs/agex-secure-file-sharing): Package a file as AGEX, inspect visible metadata, choose passphrase and signature settings, and verify the handoff before delivery.
