Skip to content

Commit

Permalink
Merge pull request #410 from rainest/chore/fix-pass-algo-link
Browse files Browse the repository at this point in the history
chore: update derivePassword URL
  • Loading branch information
mattfarina authored Sep 24, 2024
2 parents e708470 + eaac78f commit fc7fc0d
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 fc7fc0d

Please sign in to comment.