Skip to content

Commit 3ff3081

Browse files
authored
link to archived link, avoid 404
1 parent 6774dff commit 3ff3081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cryptographic hash-based message authentication code for each decrypted file
4444
(keyed with a combination of the filename and transcrypt password), and then
4545
uses the last 16 bytes of that HMAC for the file's unique salt. When the content
4646
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),
47+
[HMAC has been proven to be a PRF](https://web.archive.org/web/20090706011828/cseweb.ucsd.edu/~mihir/papers/hmac-new.html),
4848
this method of salt selection does not leak information about the original
4949
contents, but is still deterministic.
5050

0 commit comments

Comments
 (0)