LOCAL / OFFLINE / ENCRYPTED

Useful logs.
Unsafe values gone.

Build a vendor-ready incident bundle without sending raw logs to another service. Repeated identifiers stay correlatable; secrets do not.

  • No telemetry
  • AES-256 ZIP
  • One binary
Concrete evidence slab wrapped in log sheets with sensitive lines masked in moss green
CASE 001 structure retained / values sealed

Not a log drain.

Not a cloud scrubber.

A handoff artifact.

THE CHAIN OF CUSTODY

From raw incident to sealed case.

  1. 01

    Collect locally

    Point one command at logs, traces, configs, files, or whole directories.

  2. 02

    Scrub consistently

    Named rules replace repeated values with stable, case-scoped tokens.

  3. 03

    Seal and hand off

    Receive an AES-256 encrypted ZIP and a manifest that records counts, never values.

LIVE / BROWSER-ONLY

See what survives.

This preview never sends or stores your text. The CLI adds custom policies, directories, encryption, and a full manifest.

Recognizes common emails, IPv4 addresses, credentials, bearer tokens, and JWTs.

Scrubbed preview
Run the scrubber to create a safe preview.
Waiting for input.

PROVENANCE WITHOUT PAYLOAD

A receipt for every redaction.

Review exactly which policy fired and how often. Raw matches never enter the manifest, filenames are scrubbed, and per-case salts prevent cross-archive correlation.

{
  "format": "scrubbed-log-casefile",
  "rule_hits": {
    "email": 14,
    "credential-assignment": 3
  },
  "token_scope": "this archive"
}

VERSION 0.1.0 / MIT

One binary. No account.

BUILD + PACK
cargo install --git https://github.com/B-Divyesh/sf-scrubbed-log-casefile
export CASEFILE_PASSWORD='a-long-unique-passphrase'
casefile pack ./incident --output vendor.zip

Password stays out of arguments.
Read from CASEFILE_PASSWORD or a variable you name.

Failure stays atomic.
Incomplete archives are removed; existing output is preserved unless you pass --force.

HONEST, INTERMITTENT PRICING

Keep the safety core free.

The CLI, encrypted export, custom rules, and manifest are MIT-licensed. A one-time team pack funds maintenance and adds reviewed policy starters.

CORE

Casefile CLI

$0

  • Built-in safety rules
  • Unlimited local casefiles
  • AES-256 archive + manifest
  • Project-owned JSON policies
Install free

Restore a purchase

No active team-pack license on this device.

BEFORE YOU ATTACH THAT LOG

Make the useful parts safe to share.

Build your first casefile