Files
matrix-rust-sdk/bindings
Michael edf75c81a3 FFI: Add zxcvbn dependency for password strength evaluation (#6708)
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)).
2026-07-03 11:19:45 +03:00
..
2026-05-18 15:05:52 +02:00

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.

There are also external bindings in other repositories:

Contributing

To contribute read this guide.