Skip to content

Commit

Permalink
chore: update derivePassword URL
Browse files Browse the repository at this point in the history
Updates the derivePassword reference paper URL.

The previous URL was outdated and returned a 404.
  • Loading branch information
rainest authored Sep 4, 2024
1 parent e708470 commit eaac78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ randBytes 24

The `derivePassword` function can be used to derive a specific password based on
some shared "master password" constraints. The algorithm for this is
[well specified](https://masterpassword.app/masterpassword-algorithm.pdf).
[well specified](https://spectre.app/spectre-algorithm.pdf).

```
derivePassword 1 "long" "password" "user" "example.com"
Expand Down

0 comments on commit eaac78f

Please sign in to comment.