password-hashes VS awesome-rust

Compare password-hashes vs awesome-rust and see what are their differences.

password-hashes

Password hashing functions / KDFs (by RustCrypto)

awesome-rust

A curated list of Rust code and resources. (by rust-unofficial)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
password-hashes awesome-rust
5 37
590 43,377
4.2% 2.5%
7.4 9.4
5 days ago 1 day ago
Rust Rust
- Creative Commons Zero v1.0 Universal
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.

password-hashes

Posts with mentions or reviews of password-hashes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-03.
  • (Why) is a toy password manager a too complex summer project?
    3 projects | /r/rust | 3 Jun 2023
    I would say a toy (or personal-use-only) password manager is a relatively simple project. If we are to forget about the GUI parts, you need to determine serialization of your password database (bincode + serde should be enough) and how to encrypt it. For the latter you need only two algorithms: a password hash for deriving encryption key from password and optional salt (the latter is usually randomly generated and stored as a "key file"), and an AEAD algorithm for encrypting and decrypting serialized database. There are certain pitfalls with encryption (e.g. you should not reuse nonce with the same key, especially with modes like GCM) and with properly erasing sensitive data from memory, as well as preventing it from leaking to things like swap, but learning about those is part of the learning experience.
  • PasswordRs 0.1.0 released (Rust NIF for password hashing)
    4 projects | /r/elixir | 24 Apr 2023
    I 'cheated' by forwarding everything to their separate Rust libraries which are maintained by https://github.com/RustCrypto/password-hashes . Ofcourse by adding the Elixir wrapper this could have introduced security issues (sadly I don't have enough knowledge about how NIF's handle memory ect. to test/check this myself)
  • Encryption / Decryption with Rust | Good Resources / Crates?
    1 project | /r/rust | 2 Apr 2023
  • [ANN] password-auth v0.1: a simple, easy-to-use password authentication library
    1 project | /r/rust | 14 Mar 2023
    As noted in the announcement, it's using the latest OWASP recommended parameters for Argon2, namely Argon2id with 19 MiB of memory, an iteration count of 2, and 1 degree of parallelism.
  • Hey Rustaceans! Got an easy question? Ask here (1/2022)!
    8 projects | /r/rust | 3 Jan 2022
    For password handling, I have had good experience with password-hash and the various algorithm implementations in the password-hashes repo.

awesome-rust

Posts with mentions or reviews of awesome-rust. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-24.

What are some alternatives?

When comparing password-hashes and awesome-rust you can also consider the following projects:

Gitea - Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD

pulsar-rs - Rust Client library for Apache Pulsar

pbrt-v3 - Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation", by Matt Pharr, Wenzel Jakob, and Greg Humphreys.

starsector-mod-manager-rust - A mod manager for Starsector, a space fleet-battle and economics simulator. This time written in Rust.

RustCrypto - Authenticated Encryption with Associated Data Algorithms: high-level encryption ciphers

RustScan - 🤖 The Modern Port Scanner 🤖

rustler_precompiled - Use precompiled NIFs from trusted sources in your Elixir code

quaint - SQL Query AST and Visitor for Rust

pslink

static-analysis - ⚙️ A curated list of static analysis (SAST) tools and linters for all programming languages, config files, build tools, and more. The focus is on tools which improve code quality.

password-rs - Elixir wrapper around rust password hashes

odbc-api - ODBC (Open Database Connectivity) bindings for Rust.