mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-08-02 10:57:33 -04:00
Adds `PasswordStrengthEstimator` to the FFI layer, backed by the `zxcvbn` crate. The estimator accepts caller-configured `PasswordStrengthThresholds` so clients can tune ranking boundaries to reflect current hardware attack rates rather than zxcvbn's decade-old defaults. Two built-in threshold sets are provided: one matching zxcvbn's original boundaries, and one tuned for modern hardware (based on [hive systems latest/2025 password ranking chart](https://www.hivesystems.com/blog/are-your-passwords-in-the-green)).
Matrix Rust SDK bindings
In this directory, one can find bindings to the Rust SDK that are maintained by the owners of the Matrix Rust SDK project.
appleormatrix-rust-components-swift, Swift bindings of thematrix-sdkcrate viamatrix-sdk-ffi,matrix-sdk-crypto-ffi, UniFFI (Kotlin, Swift, Python, Ruby) bindings of thematrix-sdk-cryptocrate,matrix-sdk-ffi, UniFFI bindings of thematrix-sdkcrate.
There are also external bindings in other repositories:
matrix-sdk-crypto-wasm, JavaScript / WebAssembly bindings of thematrix-sdk-cryptocrate,matrix-sdk-crypto-nodejs, Node.js bindings of thematrix-sdk-cryptocrate
Contributing
To contribute read this guide.