Quick Start
Choose your path. Most users generate seals via the web interface, while developers may prefer the CLI for automation.
Web Sealer
- 1Navigate to the Evidence Sealer.
- 2Drag & Drop a file. Calculations happen locally.
- 3Download the PDF Certificate.
- 4Supports any file type (PDF, PNG, MP4, EXE, ZIP...)
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>
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>