Signal — Encrypted Messaging from the Void
  ╔══════════════════════════════════════════════╗
  ║  SIGNAL // ENCRYPTED MESSAGING FROM THE VOID  ║
  ║  ───────────────────────────────────────────  ║
  ║  >> handshake established                     ║
  ║  >> keys exchanged: 256-bit                   ║
  ║  >> channel: sealed                            ║
  ║  >> messages: invisible to all but you        ║
  ╚══════════════════════════════════════════════╝
End-to-end encrypted · Zero knowledge

Messages that glow only for you, invisible in the cosmic void.

Signal is an encrypted messaging platform built on the Double Ratchet protocol. Every message is a bioluminescent organism — alive only in the dark between two endpoints.

// capabilities

Organisms of signal, thriving in the dark.

Six primitives that make Signal the most private messaging layer in the known universe.

Double Ratchet

Forward-secret key rotation on every message. Compromise one key, the past stays sealed.

protocol / x3dh

Disappearing messages

Set a half-life. Messages decay into the void after seconds, minutes, or days — your call.

ttl / ephemeral

Sealed sender

Even metadata is encrypted. Observers see only noise — no sender, no recipient, no pattern.

metadata / sealed

Quantum-resistant

Post-quantum key encapsulation layered beneath classical curves. Ready for the next era.

kyber / hybrid

Federated relays

Route through community-operated relays across the void. No single throat to choke.

network / p2p

Open source

Every line auditable. Reproducible builds. The protocol is the product, not a black box.

license / agpl-3
// encryption

The void keeps no records.

Signal runs end-to-end encryption by default. We never hold your keys, never log your metadata, never see your plaintext. The server is a relay — a dark current that carries light it cannot read.

  • 01

    Zero-knowledge architecture

    Keys are generated on-device and never leave. The server cannot decrypt, even under subpoena.

  • 02

    Audited cryptography

    X3DH + Double Ratchet, reviewed by independent security firms. Annual public audits published in full.

  • 03

    No phone-number required

    Identity is a cryptographic handle you control. No carrier, no directory, no leak surface.

// signal handshake — live trace
 init session  :: alice → relay
 fetch prekey  :: bob_identity_pub
 derive shared :: hkdf(sha256, dh1|dh2|dh3)
 root key      :: 0x9f2a...c41e
 chain key     :: 0x4af6...e0b3
 message key   :: 0x1d7c...88aa
 ratchet step  :: ← advance →
 encrypt       :: aes-256-gcm(payload)
 transmit      :: sealed_sender
// relay forwards opaque bytes
 delivered     :: bob decrypts locally
// server saw nothing.
// protocol

Three pulses from open channel to sealed message.

No accounts, no phone numbers, no central directory. Just cryptographic identity and the void between you.

step 01 / keygen

Generate your identity

Create an Ed25519 identity keypair on your device. Your handle is a fingerprint of that key — share it however you like.

step 02 / handshake

Open a channel

Send a message to a handle. Signal runs an X3DH handshake through a federated relay and derives a shared secret.

step 03 / ratchet

Speak in the dark

Each message ratchets a new key. Forward secrecy guarantees past messages stay sealed even if a key leaks tomorrow.

// access tiers

Encryption is free. Infrastructure is not.

The protocol is open source forever. Pay only if you want hosted relays, team controls, and deeper voids.

individual
Free forever

Full encryption for personal use. Self-host or use community relays.

  • Unlimited messages & channels
  • End-to-end encryption
  • Disappearing messages
  • Up to 2 devices
  • Community relay access
enterprise
Custom

Dedicated relays, on-prem deployment, and SLA-backed voids.

  • Everything in Team
  • Dedicated relay infrastructure
  • On-premise deployment
  • SSO + SAML integration
  • Audit log export
  • 24/7 incident response
≡ hart

Hosted on hart

intrane-landings/42-signalpublic
🏠 hart home🔎 Explore public👤 More from intrane-landings