mirror of
https://github.com/RustCrypto/password-hashes.git
synced 2026-01-25 04:06:23 +00:00
README.md(s): fix build badges (#814)
This commit is contained in:
14
README.md
14
README.md
@@ -10,12 +10,12 @@ Collection of password hashing algorithms, otherwise known as password-based key
|
||||
|
||||
| Algorithm | Crate | Crates.io | Documentation | MSRV |
|
||||
|----------------|------------------|--------------------------------------------------------------------------------------------------------|---------------|-------------------------|
|
||||
| [Argon2] | [`argon2`] | [](https://crates.io/crates/argon2) | [](https://docs.rs/argon2) | ![MSRV 1.81][msrv-1.81] |
|
||||
| [Balloon] | [`balloon‑hash`] | [](https://crates.io/crates/balloon-hash) | [](https://docs.rs/balloon-hash) | ![MSRV 1.81][msrv-1.81] |
|
||||
| [bcrypt‑pbkdf] | [`bcrypt‑pbkdf`] | [](https://crates.io/crates/bcrypt-pbkdf) | [](https://docs.rs/bcrypt-pbkdf) | ![MSRV 1.81][msrv-1.81] |
|
||||
| [PBKDF2] | [`pbkdf2`] | [](https://crates.io/crates/pbkdf2) | [](https://docs.rs/pbkdf2) | ![MSRV 1.81][msrv-1.81] |
|
||||
| [scrypt] | [`scrypt`] | [](https://crates.io/crates/scrypt) | [](https://docs.rs/scrypt) | ![MSRV 1.81][msrv-1.81] |
|
||||
| [SHA-crypt] | [`sha‑crypt`] | [](https://crates.io/crates/sha-crypt) | [](https://docs.rs/sha-crypt) | ![MSRV 1.81][msrv-1.81] |
|
||||
| [Argon2] | [`argon2`] | [](https://crates.io/crates/argon2) | [](https://docs.rs/argon2) | ![MSRV 1.85][msrv-1.85] |
|
||||
| [Balloon] | [`balloon‑hash`] | [](https://crates.io/crates/balloon-hash) | [](https://docs.rs/balloon-hash) | ![MSRV 1.85][msrv-1.85] |
|
||||
| [bcrypt‑pbkdf] | [`bcrypt‑pbkdf`] | [](https://crates.io/crates/bcrypt-pbkdf) | [](https://docs.rs/bcrypt-pbkdf) | ![MSRV 1.85][msrv-1.85] |
|
||||
| [PBKDF2] | [`pbkdf2`] | [](https://crates.io/crates/pbkdf2) | [](https://docs.rs/pbkdf2) | ![MSRV 1.85][msrv-1.85] |
|
||||
| [scrypt] | [`scrypt`] | [](https://crates.io/crates/scrypt) | [](https://docs.rs/scrypt) | ![MSRV 1.85][msrv-1.85] |
|
||||
| [SHA-crypt] | [`sha‑crypt`] | [](https://crates.io/crates/sha-crypt) | [](https://docs.rs/sha-crypt) | ![MSRV 1.85][msrv-1.85] |
|
||||
|
||||
Please see the [OWASP Password Storage Cheat Sheet] for assistance in selecting an appropriate algorithm for your use case.
|
||||
|
||||
@@ -80,7 +80,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
|
||||
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
|
||||
[deps-image]: https://deps.rs/repo/github/RustCrypto/password-hashes/status.svg
|
||||
[deps-link]: https://deps.rs/repo/github/RustCrypto/password-hashes
|
||||
[msrv-1.81]: https://img.shields.io/badge/rustc-1.81.0+-blue.svg
|
||||
[msrv-1.85]: https://img.shields.io/badge/rustc-1.85.0+-blue.svg
|
||||
|
||||
[//]: # (crates)
|
||||
|
||||
|
||||
@@ -44,12 +44,12 @@ dual licensed as above, without any additional terms or conditions.
|
||||
[crate-link]: https://crates.io/crates/argon2
|
||||
[docs-image]: https://docs.rs/argon2/badge.svg
|
||||
[docs-link]: https://docs.rs/argon2/
|
||||
[build-image]: https://github.com/RustCrypto/password-hashes/actions/workflows/argon2.yml/badge.svg
|
||||
[build-link]: https://github.com/RustCrypto/password-hashes/actions/workflows/argon2.yml
|
||||
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
|
||||
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
|
||||
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
|
||||
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260046-password-hashes
|
||||
[build-image]: https://github.com/RustCrypto/password-hashes/workflows/argon2/badge.svg?branch=master&event=push
|
||||
[build-link]: https://github.com/RustCrypto/password-hashes/actions?query=workflow%3Aargon2
|
||||
|
||||
[//]: # (general links)
|
||||
|
||||
|
||||
@@ -31,12 +31,12 @@ dual licensed as above, without any additional terms or conditions.
|
||||
[crate-link]: https://crates.io/crates/bcrypt-pbkdf
|
||||
[docs-image]: https://docs.rs/bcrypt-pbkdf/badge.svg
|
||||
[docs-link]: https://docs.rs/bcrypt-pbkdf/
|
||||
[build-image]: https://github.com/RustCrypto/password-hashes/actions/workflows/bcrypt-pbkdf.yml/badge.svg
|
||||
[build-link]: https://github.com/RustCrypto/password-hashes/actions/workflows/bcrypt-pbkdf.yml
|
||||
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
|
||||
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
|
||||
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
|
||||
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260046-password-hashes
|
||||
[build-image]: https://github.com/RustCrypto/password-hashes/workflows/bcrypt-pbkdf/badge.svg?branch=master&event=push
|
||||
[build-link]: https://github.com/RustCrypto/password-hashes/actions?query=workflow%3Abcrypt-pbkdf
|
||||
|
||||
[//]: # (links)
|
||||
|
||||
|
||||
@@ -68,12 +68,12 @@ dual licensed as above, without any additional terms or conditions.
|
||||
[crate-link]: https://crates.io/crates/password-auth
|
||||
[docs-image]: https://docs.rs/password-auth/badge.svg
|
||||
[docs-link]: https://docs.rs/password-auth/
|
||||
[build-image]: https://github.com/RustCrypto/password-hashes/actions/workflows/password-auth.yml/badge.svg
|
||||
[build-link]: https://github.com/RustCrypto/password-hashes/actions/workflows/password-auth.yml
|
||||
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
|
||||
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
|
||||
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
|
||||
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260046-password-hashes
|
||||
[build-image]: https://github.com/RustCrypto/password-hashes/actions/workflows/password-auth.yml/badge.svg
|
||||
[build-link]: https://github.com/RustCrypto/password-hashes/actions/workflows/password-auth.yml
|
||||
|
||||
[//]: # (links)
|
||||
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
|
||||
[![crate][crate-image]][crate-link]
|
||||
[![Docs][docs-image]][docs-link]
|
||||
[![Build Status][build-image]][build-link]
|
||||
![Apache2/MIT licensed][license-image]
|
||||
![Rust Version][rustc-image]
|
||||
[![Project Chat][chat-image]][chat-link]
|
||||
[![Build Status][build-image]][build-link]
|
||||
|
||||
Pure Rust implementation of the [Password-Based Key Derivation Function v2 (PBKDF2)][1] as specified
|
||||
in [RFC 2898][2].
|
||||
@@ -31,6 +31,8 @@ dual licensed as above, without any additional terms or conditions.
|
||||
[crate-link]: https://crates.io/crates/pbkdf2
|
||||
[docs-image]: https://docs.rs/pbkdf2/badge.svg
|
||||
[docs-link]: https://docs.rs/pbkdf2/
|
||||
[build-image]: https://github.com/RustCrypto/password-hashes/actions/workflows/pbkdf2.yml/badge.svg
|
||||
[build-link]: https://github.com/RustCrypto/password-hashes/actions/workflows/pbkdf2.yml
|
||||
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
|
||||
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
|
||||
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
|
||||
|
||||
@@ -31,12 +31,12 @@ dual licensed as above, without any additional terms or conditions.
|
||||
[crate-link]: https://crates.io/crates/scrypt
|
||||
[docs-image]: https://docs.rs/scrypt/badge.svg
|
||||
[docs-link]: https://docs.rs/scrypt/
|
||||
[build-image]: https://github.com/RustCrypto/password-hashes/actions/workflows/scrypt.yml/badge.svg
|
||||
[build-link]: https://github.com/RustCrypto/password-hashes/actions/workflows/scrypt.yml
|
||||
[license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg
|
||||
[rustc-image]: https://img.shields.io/badge/rustc-1.85+-blue.svg
|
||||
[chat-image]: https://img.shields.io/badge/zulip-join_chat-blue.svg
|
||||
[chat-link]: https://rustcrypto.zulipchat.com/#narrow/stream/260046-password-hashes
|
||||
[build-image]: https://github.com/RustCrypto/password-hashes/workflows/scrypt/badge.svg?branch=master&event=push
|
||||
[build-link]: https://github.com/RustCrypto/password-hashes/actions?query=workflow%3Ascrypt
|
||||
|
||||
[//]: # (general links)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user