Document Leak Attribution

If It Leaks,
You'll Know Exactly Who.

Every document you share is watermarked to whoever opens it. Every note you burn disappears before anyone else can. Try it right here; no account needed.

CLICK OR DRAG FILE HERE

Up to 25MB

Expires in:

A Leaked Draft Costs the Deal. A Leaked Note Costs Your Name.

Cloud storage assumes every recipient keeps their word. NO SUS is built for when they don't, with a way to find out who broke it, or a way to make sure there's nothing left to leak at all.

Three Jobs. One Platform.

Prevent

Expiring links, view limits, and device checks close the door before a leak happens.

Detect

Every open, download, and blocked screenshot lands in a tamper-evident timeline.

Prove

Every viewed copy is watermarked to the person who opened it, so a leak traces back to exactly one name.

Product Simulation

Experience the Vault

Toggle security controls to see how NO SUS enforces data sovereignty in real-time.

Vault Dashboard // WATERMARK
stud_01@tsec.edu
stud_01@tsec.edu
stud_01@tsec.edu
stud_01@tsec.edu
stud_01@tsec.edu
stud_01@tsec.edu
stud_01@tsec.edu
stud_01@tsec.edu
stud_01@tsec.edu

Midterm_Notes_Draft.pdf

Unit 4: Signals & Systems. Sampling theorem: a band-limited signal can be perfectly reconstructed when sampled above the Nyquist rate. Aliasing occurs below it; anti-aliasing filters must precede the sampler. See worked examples 4.2-4.6 before Friday's review session.

End-to-End Governance

01

Upload

Drag or select your document. Files are encrypted client-side using AES-256 before reaching the server.

02

Protect

Apply dynamic email watermarks, toggle touch-to-reveal blur, and enable root-detection filters.

03

Share

Mint secure access URLs. Control links with automatic revocation bounds, view counts, and expiration limits.

04

Collaborate

Roster students or researchers into secure groups. Keep notes sync'd in real-time, online or offline.

05

Track

Monitor opens, durations, and suspicious actions like right-clicks or screenshot attempts on a chained log.

06

Control

Instantly revoke share permissions or self-destruct documents, wiping them from cache and storage.

Scroll down to advance

Where a Leak Actually Costs Something

Scenarios the product is built for, not customer testimonials.

Sharing preprint drafts with external reviewers is nerve-wracking. Dynamic watermarking ties every viewed page to the reviewer it was sent to, so a leaked draft is traceable pre-publication.

Researchers

Preprints · Peer Review · Lab Notes

Study groups share draft solutions and notes. Touch-to-reveal blur prevents passive drive-by copying, and the group audit ledger shows exactly who opened what, when.

Study Groups

Notes · Solution Sets · Slides

After a client presentation, revoke access to the deck instantly. Expiry windows and view limits keep shared material under your control after it leaves your hands.

Independent Consultants

Decks · Proposals · Contracts
Lux and Nox, the NO SUS lab mark: a white cat and a black cat curled into a yin-yang
MOOD 00 · IDLE (BREATHING)

Meet Lux & Nox.

Two cats, one mark. Inside the app they are living characters with a 19-mood animation language, from a breathing idle loop to a sentinel guard stance, driven by what is actually happening to your documents. And they respect your reduced-motion settings, always.

LUX

The Light Guide

Curious · Encouraging · Observant

Your workspace navigator and study-desk companion. Lux keeps you oriented, pointing through onboarding, celebrating finished uploads, waiting patiently beside long jobs.

guidecelebratethinklookAround

NOX

The Dark Guard

Protective · Quiet · Alert

The silent security sentinel. Nox appears at high-security moments, standing guard over the vault, flashing alert when a screenshot is blocked, stamping watermarks as documents are viewed.

guardprotectalertverifystamp

Why Not Just Use Google Drive?

Google Drive is good at plenty of things. Tracking who leaked a file isn't one of them.

CapabilityGoogle DriveNO SUS
Works without the recipient having an accountOnly with basic link sharing, no trackingEvery time, with full tracking
Shows exactly who opened itNot by defaultIdentity-watermarked automatically
Tamper-evident activity logBasic activity viewHash-chained, independently verifiable
Content that deletes itself after one viewNot availableBuilt in
Source code you can actually auditClosed sourceFully open source

Trust Built on
Proof, Not Promises.

We leverage browser sandboxes, local key storage, and cryptographically verified activity audits to secure your documents.

Private by Design

Access bounds are monitored without user signup requirements.

Zero Knowledge

Encryption keys are held in URL fragments and never touch the host server.

Tamper Ledgers

Activity lists are cryptographically chained to prevent administrative edits.

Secure Send

Custom access expiration options and download locks keep files in your custody.

0AES key bits, generated client-side
0Decryption keys stored server-side
0View before a burn drop self-destructs
0Seconds until a revealed note wipes

Every Control,
In Detail.

Secure File Sharing

Encrypt documents in-browser and share them via expiring, view-limited URLs without recipient signups.

Study Groups

Assemble teams, sync documents, and set user permissions with complete RLS access boundaries.

Forensic Watermarks

Render diagonal grid watermarks identifying the viewing recipient, discouraging external captures.

Activity Timeline

Trace all document opens, downloads, and blocked leak attempts in a tamper-evident audit ledger.

Device Verification

Block accesses from emulators, root-broken devices, or browser inspection panels automatically.

Offline Access

Work seamlessly with local storage syncing notes and logs securely once connection is restored.

Version History

Review past document revisions and audit changes chronologically in the system ledger.

Instant Sharing

Generate short-lived anonymous links instantly for quick peer review checks.

Viewport Adaptation

Secure Everywhere

Available as a web client or native application. Perfect for tablets, laptops, and mobile screens.

NO SUS app
Hold screen to reveal blur
Open Secure Desk

Absolute Governance.
No Excuses.

Only the people you choose can access your files.

Dynamic domain filters and strict user authentication keep document scopes private.

Every action is traceable.

Screenshot logs, DevTools notifications, and dynamic identification watermarks identify source breaches.

Sharing stays under your control.

Instant revocation and view counters close remote access links immediately.

Privacy isn't optional.

From onboarding checks to ledger chains, we bake security directly into every database state.

Encryption Envelope

For Burn Notes and Burn Files, encryption happens entirely in your browser and the key never reaches our servers, managed via the URL hash segment instead. Other shared documents are protected by strict access-control policies rather than end-to-end encryption.

ALGORITHM: AES-256-CBCKEY SIZE: 256 BITS
Under the Hood

Open Mechanics.
No Trust Required.

Security claims you can check, not marketing copy. These are the actual link format, claim semantics, and ledger construction used in production. The client is open source, so every one of them is inspectable.

link block
# A real Burn Note link, piece by piece:
https://nosus.foo/#/burn/<uuid>?k=<key>&v=<iv>
              │       │        │       │
              │       │        │       └─ 128-bit AES IV (32 hex chars)
              │       │        └─ 256-bit AES key (64 hex chars)
              │       └─ note id, the ONLY part the server knows
              └─ URL fragment: browsers never send anything after
                 "#" over the network, so the key and IV exist
                 only in your and your recipient's browsers.

# The ciphertext in the database is useless without the
# fragment: the server cannot decrypt what it stores.
About the Developer

One Person, Directly Accountable.

Shubham Sahu, developer of NO SUS

Shubham Sahu

Design · Code · Security · Ops

NO SUS is designed, built, and operated end-to-end by one developer: the Flutter client, the Postgres schema and its row-level-security policies, the edge functions, the cryptography, the CI pipeline, and this page. No growth team, no tracking SDKs, no investors to please.

The architecture is deliberately zero-budget: everything rides on free tiers, which forces the kind of design honesty this product preaches. The server stores ciphertext it cannot read, deletes it atomically on first view, and keeps a hash-chained ledger nobody can quietly edit. The entire client is open source; check the claims yourself.

Flutter / DartSupabase · Postgres · RLSDeno Edge FunctionsAES-256 client-side cryptoGitHub Actions CI/CD

Frequently Asked Questions