• TypeScript 95.9%
  • CSS 4%
Find a file
Kirill Pimenov 734c054d08
Merge pull request #11 from kirushik/kirushik/misc_fixups
Misc usability fixes and "clever" features
2026-03-31 12:23:04 +02:00
.github/workflows Allow up to 100KB builds 2026-03-31 12:02:05 +02:00
docs Address Copilot findings 2026-03-31 12:20:36 +02:00
scripts Extract benchmarks into npm run bench 2026-03-24 23:21:54 +01:00
src Address Copilot findings 2026-03-31 12:20:36 +02:00
tests Address Copilot findings 2026-03-31 12:20:36 +02:00
.gitignore Harden test suite against silent regressions and flaky CI 2026-03-26 15:26:41 +01:00
CLAUDE.md Added docs 2026-03-22 13:03:39 +01:00
LICENSE Add MIT license 2026-03-29 17:43:46 +02:00
package-lock.json Explicit CID testing 2026-03-29 17:29:16 +02:00
package.json Add MIT license 2026-03-29 17:43:46 +02:00
playwright.config.ts Add Github CI 2026-03-22 12:18:15 +01:00
README.md Create README.md 2026-03-29 17:56:51 +02:00
stryker.config.json Eliminate dead code and improve quality 2026-03-26 18:11:37 +01:00
tsconfig.json Full rework 2026-03-21 13:49:25 +01:00
vite.config.ts Full rework 2026-03-21 13:49:25 +01:00
vitest.config.ts Harden test suite against silent regressions and flaky CI 2026-03-26 15:26:41 +01:00

Paternoster

Encrypted messages disguised as prayers, political slogans, profanity, or emoji.

paternoster.pimenov.cc

Why

Encrypted data looks encrypted. On a platform where that draws attention, you need the output to look like something else entirely.

Paternoster encrypts your message (X25519, AES-256-GCM), compresses it, and encodes the result as themed text. Pick your camouflage: Orthodox prayers, Trump rally chants, drunk Russian swearing, Latin liturgy, CJK characters, or emoji. Nine themes from the solemn to the obscene — all roundtrip perfectly.

The whole thing ships as one HTML file. No server, no accounts, no dependencies. Download it, put it on a USB stick, send it over IPFS.

Themes

БОЖЕ Church Slavonic · РОССИЯ patriotic slogans · СССР Soviet agitprop · БУХАЮ drunk profanity · TRUMP MAGA rally · PATER Latin ecclesiastical · КИТАЙ CJK ideographs · 🙂 emoji · hex plain hexadecimal

Build & develop

npm install
npm run build        # → dist/index.html, the whole app
npm run dev          # Vite dev server
npm test             # Vitest
npm run test:e2e     # Playwright

Crypto, steganography, compression, and UX decisions are in docs/.

Authors

Kirill Pimenov · Leonid Kaganov (lleo.me)

License

MIT