Skip to content

Commit e483ce5

Browse files
authored
README.md: link to OWASP Password Storage Cheat Sheet (RustCrypto#148)
Closes RustCrypto#48
1 parent 6384f57 commit e483ce5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ derivation functions, written in pure Rust.
1313
| [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) |
1414
| [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) |
1515

16+
Please see the [OWASP Password Storage Cheat Sheet] for assistance in selecting
17+
an appropriate algorithm for your use case.
18+
1619
## License
1720

1821
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
3538
[deps-image]: https://deps.rs/repo/github/RustCrypto/password-hashes/status.svg
3639
[deps-link]: https://deps.rs/repo/github/RustCrypto/password-hashes
3740

41+
[//]: # (general links)
42+
43+
[OWASP Password Storage Cheat Sheet]: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html

0 commit comments

Comments
 (0)