← Back to catalog Cryptgeon · managed by DINAO

Share your secrets, without a trace

A self-destructing notes and files service with zero-knowledge encryption, installed and maintained by DINAO. The server can never read your content, hosted in France.

Hosted in FranceZero-knowledge (AES-256)Self-destructionGDPR compliantOfficial publisher image
Overview

What is Cryptgeon?

Cryptgeon is an open-source service for sharing self-destructing notes and files with zero-knowledge encryption: the server is unable to decrypt user content. Inspired by PrivNote, it generates a unique 256-bit identifier and key for each note.

AES-256-GCM encryption is performed client-side: the key never leaves the browser and is never transmitted to the server. Notes are stored in memory (Redis), with no disk persistence, and disappear after a customizable number of views or expiration time.

Developed with Rust (backend) and Svelte (frontend), Cryptgeon is accessible via a web interface, a CLI, and a Raycast extension. It deploys in Docker with a configurable file size limit (up to 512 MiB) and requires HTTPS for browser-side cryptography — ideal for transmitting credentials and sensitive data.

Compatible offers

Host Cryptgeon at DINAO

Resource tiers compatible with Cryptgeon prerequisites (minimum 1 vCPU / 256 Mo / 1 Go). Hosted in France, fully managed.

Standard
2 vCPU · 4 Go · 40 Go
19,90 € /month excl. VAT
  • 2 dedicated vCPU
  • 4 Go RAM
  • 40 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Performance
4 vCPU · 8 Go · 80 Go
39,90 € /month excl. VAT
  • 4 dedicated vCPU
  • 8 Go RAM
  • 80 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Dédié
8 vCPU · 16 Go · 160 Go
79,90 € /month excl. VAT
  • 8 dedicated vCPU
  • 16 Go RAM
  • 160 GB NVMe
  • Daily backups
  • Managed & monitored by DINAO
Order
Under the hood

Technical details

vCPU
1 vCPU
ideal : 1 vCPU
Memory
256 Mo
ideal : 512 Mo
Disk
1 Go
ideal : 5 Go
Image : ghcr.io/cupcakearmy/cryptgeon:latest Registry : ghcr.io Services : cryptgeon, redis Ports : 80/tcp (conteneur 8000)
FAQ

You might be wondering…

Can the server read my notes?

No, that's the whole point of zero-knowledge encryption. The content is encrypted in your browser using AES-256-GCM before sending; the key remains in the link and never reaches the server. Even DINAO cannot decrypt your secrets.

When is a note destroyed?

You set a maximum number of views and/or a lifespan. Once the limit is reached or the time has elapsed, the note is deleted from memory — no trace remains on disk.

Where is the service hosted?

On DINAO infrastructure in France, in one of the available data centers. Secrets only transit through your instance, in France.

What is Cryptgeon used for?

To securely transmit a password, API key, identifier, or sensitive file: you generate a single-use link instead of sending the secret in plain text via email or messaging.

Can I change my plan?

Yes. You can upgrade or downgrade at any time. Since secrets are ephemeral by nature, there is no proprietary lock-in for your data.