Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 654 Bytes

File metadata and controls

19 lines (13 loc) · 654 Bytes

Hocrux mnemonic - A deterministic secret splitter 🔐

A TypeScript implementation of a threshold-based secret sharing scheme that splits mnemonic phrases/seed phrases into multiple shares with guaranteed recovery using any combination of threshold shares.

Features ✨

  • Deterministic Output - Same input always produces identical shares
  • Threshold Security - Define minimum shares required for recovery (k-of-n)
  • Zero Dependencies - Pure TypeScript implementation
  • Efficient Algorithm - O(n·k) time complexity
  • Order Preservation - Maintains original secret sequence in shares

Installation 📦

yarn install

yarn run dev