We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6774dff + 3ff3081 commit f0cb9fbCopy full SHA for f0cb9fb
1 file changed
README.md
@@ -44,7 +44,7 @@ cryptographic hash-based message authentication code for each decrypted file
44
(keyed with a combination of the filename and transcrypt password), and then
45
uses the last 16 bytes of that HMAC for the file's unique salt. When the content
46
of the file changes, so does the salt. Since an
47
-[HMAC has been proven to be a PRF](http://cseweb.ucsd.edu/~mihir/papers/hmac-new.html),
+[HMAC has been proven to be a PRF](https://web.archive.org/web/20090706011828/cseweb.ucsd.edu/~mihir/papers/hmac-new.html),
48
this method of salt selection does not leak information about the original
49
contents, but is still deterministic.
50
0 commit comments