From eaac78f51276add6d89326a82e4458aef12cbb80 Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Tue, 3 Sep 2024 19:07:35 -0700 Subject: [PATCH] chore: update derivePassword URL Updates the derivePassword reference paper URL. The previous URL was outdated and returned a 404. --- docs/crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/crypto.md b/docs/crypto.md index e3220db..0d90fb5 100644 --- a/docs/crypto.md +++ b/docs/crypto.md @@ -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"