phpass
PHPass, the WordPress password hasher, re-implemented in rust (by clausehound)
schemafy
Crate for generating rust types from a json schema (by Marwes)
phpass | schemafy | |
---|---|---|
2 | 3 | |
14 | 243 | |
- | 0.0% | |
2.2 | 0.0 | |
5 months ago | over 1 year ago | |
Rust | Rust | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
phpass
Posts with mentions or reviews of phpass.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-08-24.
-
cryptography.rs: showcase of notable cryptography libraries developed in Rust (a.k.a. Awesome Rust Cryptography)
I have one for your password hashing section: https://github.com/clausehound/phpass
-
What's your favourite under-rated Rust crate and why?
phpass , which implements the password algorithm used by WordPress in rust. WordPress is a reality for so many devs, and this solves a big challenge in either moving away from it, or at least handling your auth on the rust side. It's also way faster than matching running the php code, so if you're doing security scans on your password DB it can really help (eg check for a bunch of commonly used passwords, then clear + send password reset emails to those who are insecure).
schemafy
Posts with mentions or reviews of schemafy.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-11.
-
ts-rs - generate typescript type declarations from rust types
then use https://github.com/Marwes/schemafy to go json schema -> Rust
-
Whats your favourite open source Rust project that needs more recognition?
Schemafy.
-
What's your favourite under-rated Rust crate and why?
Going the other way is also possible using schemafy but I never needed that so far.
What are some alternatives?
When comparing phpass and schemafy you can also consider the following projects:
fuzzcheck-rs - Modular, structure-aware, and feedback-driven fuzzing engine for Rust functions
serde-plain - A serde serializer that serializes a subset of types into plain strings
logos - Create ridiculously fast Lexers
sonyflake-rs - 🃏 A distributed unique ID generator inspired by Twitter's Snowflake.
futures-batch - An adapter for futures, which chunks up elements and flushes them after a timeout — or when the buffer is full. (Formerly known as tokio-batch.)
linkme - Safe cross-platform linker shenanigans