phpass
PHPass, the WordPress password hasher, re-implemented in rust (by clausehound)
concrete
Concrete: TFHE Compiler that converts python programs into FHE equivalent (by zama-ai)
phpass | concrete | |
---|---|---|
2 | 5 | |
14 | 1,336 | |
- | 1.9% | |
2.2 | 9.7 | |
5 months ago | 3 days ago | |
Rust | C++ | |
MIT License | GNU General Public License v3.0 or later |
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).
concrete
Posts with mentions or reviews of concrete.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-15.
- Concrete: Converts Python programs into homomorphic encryption equivalent
-
Is there a Rust equivalent for Fully Homomorphic Encryption?
There is concrete for homomorphic encryption, but that is not really a transport/compiler (yet).
-
Official /r/rust "Who's Hiring" thread for job-seekers and job-offerers [Rust 1.59]
Your team is writing and maintaining a cryptographic library in Rust. You will contribute in making it fast and easy to use. This library is indeed intended for growing with new cryptographic algorithms, new hardware implementations, etc.
-
cryptography.rs: showcase of notable cryptography libraries developed in Rust (a.k.a. Awesome Rust Cryptography)
We are building Concrete, a fast Rust library for homomorphic encryption. https://github.com/zama-ai/concrete
-
Facebook Joins the Rust Foundation
Awesome. I've been keeping an eye on Zama AI, and in particular their Concrete[0] library. Glad to see they're a member now.
[0] https://github.com/zama-ai/concrete/
What are some alternatives?
When comparing phpass and concrete you can also consider the following projects:
schemafy - Crate for generating rust types from a json schema
RCIG_Coordination_Repo - A Coordination repo for all things Rust Cryptography oriented
fuzzcheck-rs - Modular, structure-aware, and feedback-driven fuzzing engine for Rust functions
AIJack - Security and Privacy Risk Simulator for Machine Learning (arXiv:2312.17667)
logos - Create ridiculously fast Lexers
Sunscreen - A compiler for fully homomorphic encryption and zero knowledge proofs