CleverWild 3e5f0cb3df feat(server::db): add share_salt column to operator table
Each operator row now stores a 32-byte random salt used to derive the
per-operator share encryption key from their passphrase (Argon2 KDF).
2026-06-12 19:42:49 +02:00
2026-05-20 21:04:16 +02:00
2026-03-11 14:05:42 +01:00

Arbiter

Policy-first multi-client wallet daemon, allowing permissioned transactions across blockchains

Security warning

Arbiter can't meaningfully protect against host compromise. Potential attack flow:

  • Attacker steals TLS keys from database
  • Pretends to be server; just accepts operator challenge solutions
  • Pretend to be in sealed state and performing DH with client
  • Steals user password and derives seal key

While this attack is highly targetive, it's still possible.

This software is experimental. Do not use with funds you cannot afford to lose.

Description
No description provided
Readme 7.5 MiB
Languages
Rust 57.3%
Dart 39.4%
C++ 1.1%
CMake 0.9%
Ruby 0.3%
Other 0.8%