DEMO ENVIRONMENT - This is a security simulation. Ledger data is periodically reset at administrative discretion.

Quick Start

Choose your path. Most users generate seals via the web interface, while developers may prefer the CLI for automation.

Web Sealer

  1. 1
    Navigate to the Evidence Sealer.
  2. 2
    Drag & Drop a file. Calculations happen locally.
  3. 3
    Download the PDF Certificate.
  4. 4
    Supports any file type (PDF, PNG, MP4, EXE, ZIP...)
Launch App

CLI Tools SDK

For automation, servers, and files larger than 50MB.

# 1. Clone & Install
git clone https://github.com/OrygnsCode/BitSeal.git
pip install -r requirements.txt

# 2. Seal specific file
python BitSealCore.py seal ./database_backup.sql

# 3. Verify integrity
python BitSealCore.py verify --root <HASH>
View GitHub Repo