Ghost Pipe solves the same core problem across every sector: confidential data transport that leaves no trace. One relay engine — routed across dedicated subdomains for isolation and sector-specific compliance documentation.
⊕ Healthcare
DICOM files that vanish after delivery
MRI / CT → Ghost Pipe → PACS. The file exists only for the duration of the transfer, then burns. Nothing to audit, nothing to breach. Designed with NEN 7510 in mind.
# send DICOM file — burned after one download
python3 paramant-sender.py --key pgp_xxx --device mri-001 scan.dcm
python3 paramant-receiver.py --key pgp_xxx --forward https://pacs.hospital/api
Live on health.paramant.app →
§ Legal & Notary
Contracts that leave no recoverable trace
Document → Ghost Pipe → counterparty. After retrieval it's cryptographically gone. The Merkle audit log proves delivery without storing what was delivered — supports eIDAS-compatible audit trails.
# send signed contract — once
python3 paramant-sender.py --key pgp_xxx --device notary-01 contract.pdf
python3 paramant-receiver.py --key pgp_xxx --device counterparty-01
Live on legal.paramant.app →
∿ Industrial IoT / OT
Sensor data without exposing your OT network
PLC → Ghost Pipe → SCADA. No VPN, no certificates, no direct IT connection. Designed with IEC 62443 in mind — quantum-safe data diode. Runs on Raspberry Pi and any Linux device.
# PLC heartbeat every 15s
python3 paramant-sender.py --heartbeat 15 --device plc-factory-01
python3 paramant-receiver.py --forward https://scada.intern/api
Live on iot.paramant.app →
◊ Finance & Compliance
No US CLOUD Act. No metadata leakage.
Hetzner Frankfurt only — no US infrastructure. Fixed 5 MB padding means all transfers look identical. Per-transaction Merkle proof for NIS2/DORA audits — verifiable without knowing the content.
# auto-send new ISO 20022 files
python3 paramant-sender.py --watch /export/iso20022/ --device bank-nl-01
python3 paramant-receiver.py --forward https://compliance.bank.nl/api
Live on finance.paramant.app →