summaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/tests/test_keystore.py
Commit message (Collapse)AuthorAgeFilesLines
* feat(node): add keystore module with 3 unlock modesChristophe Besson2026-08-091-0/+100
Argon2id + AES-256-GCM encryption at rest. Unlock via env var (MESHBAY_UNLOCK_KEY), unlock.key file (chmod 600), or interactive getpass. 10/10 tests passing. Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>