Portrait of Ruddro RoyRuddro Roy

Sindook v0.8.1

Sindook seals files with hybrid post-quantum encryption.

A local Apache-2.0 CLI. X-Wing pairs X25519 with ML-KEM-768. The name is Bengali for strongbox.

Install v0.8.1

The Homebrew tap is ruddro-roy/sindook. The curl and PowerShell scripts work without Homebrew.

Homebrew

brew install ruddro-roy/sindook/sindook

Linux or macOS

curl -fsSL https://raw.githubusercontent.com/ruddro-roy/sindook/main/scripts/install.sh | sh

Windows PowerShell

irm https://raw.githubusercontent.com/ruddro-roy/sindook/main/scripts/install.ps1 | iex

Go 1.26.6 or newer

go install github.com/ruddro-roy/sindook/cmd/[email protected]

After install, this is enough.

sindook init
sindook seal report.pdf
sindook open report.pdf.sindook

Commands

init
Creates your identity.
seal
Encrypts a file.
open
Decrypts a sealed file.
verify
Checks a sealed file without writing plaintext.
inspect
Reads metadata without credentials.
rewrap
Rotates recipients without rewriting the payload.
contacts
Stores named public keys.
doctor
Checks the install.
selftest
Runs the built-in checks.

Limits

This is pre-1.0. Nobody has independently audited it. X-Wing is still an IETF draft. I am the only maintainer.

The CLI stays free. I am not selling a hosted version.

About

I came from electrical and electronics engineering into software. Sindook is the only product I am building now.

Other work

I still keep these online. They are not the product.

Road Risk Review

Turns recorded road footage into event timelines.

Repo

Skywatch

A weather prototype with a forecast and an optional public webcam check.

Source