Skip to content

Commit fc7fc0d

Browse files
authored
Merge pull request #410 from rainest/chore/fix-pass-algo-link
chore: update derivePassword URL
2 parents e708470 + eaac78f commit fc7fc0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/crypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ randBytes 24
7171

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

7676
```
7777
derivePassword 1 "long" "password" "user" "example.com"

0 commit comments

Comments
 (0)