OrigamiVault
Encrypt and split secrets for printable offline paper recovery
275 stars 22 forks last commit first released
Slowing down
No commits since 18 Feb 2026. Check the issue tracker before you rely on it.
OrigamiVault is a small offline web application for encrypting or splitting sensitive secrets and producing printable recovery artifacts. It generates QR codes and OCR-friendly decryption snippets so secrets can be stored on paper for long-term emergency recovery.
Key Features
- Client-side AES encryption using the browser Web Crypto API for password-based encryption
- Optional Shamir's Secret Sharing to split secrets into multiple shares
- Dual printable formats: compact QR codes and OCR-friendly JavaScript decryptor text (high-contrast mono font)
- Built-in QR scanner that runs in the browser for quick recovery
- Fully offline, static HTML/CSS/JavaScript implementation suitable for USB or static hosting
- No server, no analytics, and all cryptography performed locally
Use Cases
- Securely print master passwords, recovery phrases, or crypto keys for long-term archival
- Create split backups where different trusted parties hold complementary information for emergency recovery
- Produce OCR-friendly printed recoverable snippets as a resilient alternative to purely digital backups
Limitations and Considerations
- Security relies on the strength of chosen passwords and the physical protection of printed paper
- OCR accuracy and QR readability depend on print quality, font scaling, and camera/scanner conditions
- Not a multi-user vault or live secret manager; intended for one-off encrypted printouts and recoveries
OrigamiVault is a focused tool for physical, offline secret recovery workflows that emphasizes simplicity and auditability. It is best suited for archival backups and digital legacy scenarios where paper-based recovery is required.
Categories:
Tags:
Tech Stack:
Similar to OrigamiVault
Mybucks.online
Password-only, self-custodial browser cryptocurrency wallet
Browser-based self-custodial crypto wallet that derives a private key from a password and passcode using scrypt and keccak256; no registration or seed phrases.

Duplicati
Encrypted, incremental backups to cloud and remote storage
Open-source backup client for encrypted, compressed, incremental backups to cloud storage and remote servers via SFTP, WebDAV, and more.


Standard Notes
End-to-end encrypted notes and file storage with cross-device sync
Standard Notes is an end-to-end encrypted notes app with secure file storage, offline access, and cross-platform sync, with optional self-hosting of the sync server.

Hemmelig
Encrypted secret sharing with client-side encryption and self-destructing links
Share sensitive text or files securely using client-side encryption, expiring links, view limits, and optional password protection.

Lab Dash
Self-hosted customizable homepage and dashboard for homelabs
Lab Dash is an open-source homepage/dashboard for homelabs. It offers a customizable widget grid, shortcuts, system info, basic health checks, PWA support, and local encrypted configuration.

PrivateBin
Zero-knowledge encrypted pastebin with browser-side AES encryption
PrivateBin is a minimalist zero-knowledge pastebin that encrypts and decrypts pastes in the browser, with optional passwords, expiration, discussions, and file uploads.



