Skip to content

Releases: Matlih/Blacksite-Node

Blacksite Node v2.0.0

Choose a tag to compare

@Matlih Matlih released this 19 Jun 15:37

BLACKSITE NODE: VERSION 2.0.0 DEPLOYMENT (v2.0.0)

CLASSIFICATION: Sovereign Offline Password Manager & Secure Notepad
ARCHITECTURE: Tauri v2 | Rust | React
TOOLCHAIN: x86_64-pc-windows-gnu

CORE UPGRADES DEPLOYED:

  • Offline ML Password Strength (NLP Stack): Integrated a fully air-gapped, character-level LSTM neural network to dynamically evaluate password unpredictability via Negative Log-Likelihood math.
  • Diceware Passphrase Generator: Expanded the cryptography suite with a highly memorable, mathematically secure passphrase generator strictly utilizing the official BIP-39 word lists.
  • Secure Notes Infrastructure: Deployed a native, zero-knowledge notepad interface featuring masonry grid layouts, dynamic custom folders, and pinned notes. All notes are encrypted using the identical ChaCha20-Poly1305 cipher suite.
  • Universal & Stealth Steganography: Implemented the ability to hide your encrypted .bsx vault completely out of sight by weaving it into the pixels of a high-res image (LSB) or appending it to a video file (EOF).
  • Scorched Earth Wipe Protocol: Added the ability to mathematically destroy the vault and securely zeroize the file from disk using either an Internal or External wipe mechanism.
  • Immersive UI Remake: Deployed a striking, minimalist interface overhaul featuring a 3D Orbital loading screen, heavily stylized prompt dialogs, and smooth setup flows.
  • Welcome Pages & Setup Pipeline: Rebuilt the onboarding sequence to securely handle Master and Canary key generation before vault initialization.
  • Full System Architecture & Algorithm: Finalized and published the comprehensive cryptographic flow, security model, and structural diagram documentation.

DEPLOYMENT ARTIFACTS:

  1. Blacksite Node_2.0.0_x64-setup.exe: Standard Windows Installer (NSIS). Recommended for most users.
  2. Blacksite Node_2.0.0_x64_en-US.msi: MSI Installer for enterprise/standard deployment.
  3. blacksite-node-portable-win64.zip: Portable suite for air-gapped/USB use. Includes the binary, the offline ML sidecar daemon, and the required GNU toolchain dependencies.

OPERATIONAL NOTE (PORTABLE):

Because this build utilizes the GNU toolchain and an offline ML Engine, the standalone portable deployment is a strict directory layout. blacksite-node.exe, inference.exe, WebView2Loader.dll, and the _up_/ml_engine folder must remain in the same directory structure to initialize.

SHA-256 CHECKSUMS (VERIFY BEFORE EXECUTION):

  • Portable ZIP: 5A4976A75D8B0A000F15E9E56841AED46998CD0ABB341E3B261199A75B920658
  • Individual Binary Audit (Deep Verification)
    • Main App (blacksite-node.exe): BC39E8E10390B620404C750556CCBF303BEA469A0CE8C781D952E3DA9DC1640D
    • ML Sidecar (inference.exe): 68D0F4FE430AB82CCEC336452A535415FD39DCA6014AF189A345B7D073E57FED
    • Shadow DLL (WebView2Loader.dll): 8427B1FC58EC707813E5C0A51EB5D69397BB333250A7B891BE4D3B123F1E0F1C
  • MSI Installer: 341C46EFC813288C385EF167DAE6622A1187E256A7E895D8AA6695FC3DF03F04
  • NSIS Setup: FC8216874FA5BF0C70F5BDA51EEEA34ACD97CCC6A6E1636767DBE3EBCEB6A443

BLACKSITE NODE — No cloud. No account. No mercy.

Blacksite Node v1.0.1

Choose a tag to compare

@Matlih Matlih released this 15 Jun 18:51

BLACKSITE NODE: VERSION 1.0.1 DEPLOYMENT (v1.0.1)

CLASSIFICATION: Sovereign Offline Password Manager
ARCHITECTURE: Tauri v2 | Rust | React
TOOLCHAIN: x86_64-pc-windows-gnu

CORE UPGRADES DEPLOYED:

  • Advanced Diceware Engine: Expanded the cryptographic passphrase generator. The Master passphrase now scales dynamically from 5 to 24 words, while the Canary passphrase is fixed at exactly 4 words to guarantee mathematical separation. Both utilize a 12,288-word polyglot dictionary matrix (English, Spanish, French, Italian, Portuguese, and Czech) to exponentially increase entropy.
  • Native Clipboard Hardening: Re-engineered the clipboard bridge with reliable native OS integration and a strict 30-second localized auto-clear to fundamentally prevent Windows clipboard leakages (bypassing Win+V tracking).
  • Data Portability: Added full support for encrypted .bsx vault backups. Every .bsx export mathematically inherits the vault's strict Poly1305 MAC Tamper Detection, instantly locking out if a single bit is altered. (Note: Plaintext CSV exporting has been intentionally restricted to prevent accidental data leakage).
  • Cryptographic UI Pass: Implemented the "Minimalist Encrypted Line" decoding sequence for vault authorization and the geometric "Iris Shutter" lockdown animation.
  • Enhanced Categorization: Added comprehensive support for predefined tactical categories and custom category tags.
  • Dynamic Sorting Matrix: Integrated sorting algorithms allowing users to filter the vault alphabetically or by recency (Last Updated).
  • Cross-Platform Scaffolding: Initialized Tauri Mobile architecture to support native Android APK compilation in subsequent phases.

DEPLOYMENT ARTIFACTS:

  1. Blacksite.Node_1.0.1_x64-setup.exe: Standard Windows Installer (NSIS). Recommended for most users.
  2. Blacksite Node_1.0.1_x64_en-US.msi: MSI Installer for enterprise/standard deployment.
  3. blacksite-node-portable-win64.zip: Portable suite for air-gapped/USB use. Includes the binary and its required WebView2Loader.dll.

OPERATIONAL NOTE (PORTABLE):

Because this build utilizes the GNU toolchain, the standalone binary requires its "shadow" DLL. blacksite-node.exe and WebView2Loader.dll must remain in the same directory to initialize.

SHA-256 CHECKSUMS (VERIFY BEFORE EXECUTION):

  • Portable ZIP: A3D249441936E334895499AEB1F2FEA8845E0F1A95D21256BC089E8F23D0C5EB
  • Individual Binary Audit (Deep Verification)
    • Binary (blacksite-node.exe): 6A4C4F0528A1993FD21FF6874ACB8AF7CACE84DBB56752D75BE10046117AC8AC
    • Shadow DLL (WebView2Loader.dll): 8427B1FC58EC707813E5C0A51EB5D69397BB333250A7B891BE4D3B123F1E0F1C
  • MSI Installer: 2DBC2A30017852186F7907E53C5EBE882116F2A148DC8D38FA53CA0F257C2765
  • NSIS Setup: 426435D69B94D18AAB68B5AA1893BB4B84E066532F1373253C7BAF6C413EB98A

BLACKSITE NODE — No cloud. No account. No mercy.

Blacksite Node Initial Deployment

Choose a tag to compare

@Matlih Matlih released this 15 May 07:33

BLACKSITE NODE: INITIAL DEPLOYMENT (v1.0.0)

CLASSIFICATION: Sovereign Offline Password Manager
ARCHITECTURE: Tauri v2 | Rust | React
TOOLCHAIN: x86_64-pc-windows-gnu

CORE PROTOCOLS DEPLOYED:

  • Zero-Knowledge Isolation: Fully offline vault architecture initialized.
  • Argon2id Key Derivation: Hardened against GPU dictionary attacks.
  • Duress Protocol: Canary Passphrase integrated for secure local wiping.
  • Rate-Limiter: In-memory exponential backoff active for UI entry.
  • Sovereign Licensing: PolyForm Noncommercial 1.0.0

DEPLOYMENT ARTIFACTS:

  1. Blacksite Node_0.1.0_x64-setup.exe: Standard Windows Installer (NSIS). Recommended for most users.
  2. Blacksite Node_0.1.0_x64_en-US.msi: MSI Installer for enterprise/standard deployment.
  3. blacksite-node-portable-win64.zip: Portable suite for air-gapped/USB use. Includes the binary and its required WebView2Loader.dll.

OPERATIONAL NOTE (PORTABLE):

Because this build utilizes the GNU toolchain, the standalone binary requires its "shadow" DLL. blacksite-node.exe and WebView2Loader.dll must remain in the same directory to initialize.

SHA-256 CHECKSUMS (VERIFY BEFORE EXECUTION):

  • Portable ZIP: 07D08D7D43940C7E5B813F8C84C52845256B8134EBC372C46048BA5048CE1A35

    • Individual Binary Audit (Deep Verification)
    • Binary (.exe): CC1EDCCB186FE1BC3CDB817C0DC3FBFFF5B0A13C9AB407182B3DC23935E77F1F
    • Shadow DLL (.dll): 8427B1FC58EC707813E5C0A51EB5D69397BB333250A7B891BE4D3B123F1E0F1C
  • MSI Installer: E4C1D2F449435E1AE9E3CDA0CEC6C3B42460A52F97AA245497A4FF86B8E98448

  • NSIS Setup: 61A39B33EA97B3EC326CC1079CA834A9BB53F1573E26F314E3DAFB9599AEE8CD


BLACKSITE NODE — No cloud. No account. No mercy.