File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ derivation functions, written in pure Rust.
13
13
| [ scrypt] ( https://en.wikipedia.org/wiki/Scrypt ) | [ ![ crates.io] ( https://img.shields.io/crates/v/scrypt.svg )] ( https://crates.io/crates/scrypt ) | [ ![ Documentation] ( https://docs.rs/scrypt/badge.svg )] ( https://docs.rs/scrypt ) | ![ Build] ( https://github.com/RustCrypto/password-hashes/workflows/scrypt/badge.svg?branch=master&event=push ) |
14
14
| [ SHA-crypt] ( https://www.akkadia.org/drepper/SHA-crypt.txt ) | [ ![ crates.io] ( https://img.shields.io/crates/v/sha-crypt.svg )] ( https://crates.io/crates/sha-crypt ) | [ ![ Documentation] ( https://docs.rs/sha-crypt/badge.svg )] ( https://docs.rs/sha-crypt ) | ![ Build] ( https://github.com/RustCrypto/password-hashes/workflows/sha-crypt/badge.svg?branch=master&event=push ) |
15
15
16
+ Please see the [ OWASP Password Storage Cheat Sheet] for assistance in selecting
17
+ an appropriate algorithm for your use case.
18
+
16
19
## License
17
20
18
21
All crates licensed under either of
@@ -35,3 +38,6 @@ for inclusion in the work by you, as defined in the Apache-2.0 license
35
38
[ deps-image ] : https://deps.rs/repo/github/RustCrypto/password-hashes/status.svg
36
39
[ deps-link ] : https://deps.rs/repo/github/RustCrypto/password-hashes
37
40
41
+ [ // ] : # ( general links )
42
+
43
+ [ OWASP Password Storage Cheat Sheet ] : https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html
You can’t perform that action at this time.
0 commit comments