A secure Secure Remote Password (SRP-6a) library written in Rust and compiled to WebAssembly, usable in both browser and Node.js environments.
- SRP-6a protocol implementation in Rust
- WebAssembly target for high performance and portability
- Client and server bindings for both browser and Node.js
- Safe password-authenticated key exchange
- No plaintext password transmission
- Secure login system without exposing passwords
- Replace password-based auth in web apps with strong cryptographic exchange
- Works seamlessly with WebAssembly in modern frontend or backend apps