SecureBitChat/securebit-core: Security-focused cryptographic core implementing ECDH key exchange and AEAD-based message protection.
github.comΒ·4dΒ·
Discuss: DEV
πŸ”Hardware Security
Preview
Report Post

securebit_core

Platform-agnostic cryptographic kernel for secure peer-to-peer communication.

securebit_core is a pure Rust crate that provides cryptographic primitives and protocol implementation for secure WebRTC-based peer-to-peer communication. It is designed to be the single source of truth for all security-critical operations, reusable across desktop, mobile, and headless deployments.


Features

πŸ” Cryptographic Security

  • ECDH Key Exchange (P-384): Ephemeral key exchange with perfect forward secrecy
  • ECDSA Signatures (P-384): Cryptographic authentication of protocol messages
  • HKDF Key Derivation (SHA-256): Deterministic key derivation from shared secrets
  • AES-256-GCM Encryption: Authenticated encryption for message confidentiali…

Similar Posts

Loading similar posts...