From bef69e560f27cac7a97b59d4379a0ce8fa3345ec Mon Sep 17 00:00:00 2001 From: Lane Wagner Date: Sun, 25 Sep 2022 17:59:49 -0600 Subject: [PATCH] Fixing "Learn Cryptography" on Boot.dev - outdated Qvault version was posted --- Courses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Courses.md b/Courses.md index a18ebe62..15e66645 100644 --- a/Courses.md +++ b/Courses.md @@ -80,5 +80,5 @@ Go is a great language for CS majors. This page presents some university courses # Security - * [Practical Cryptography Course](https://qvault.io/practical-cryptography-course/) at Qvault. A code-in-the-browser course where [cryptography](https://qvault.io/cryptography/what-is-cryptography/) principles are taught in the Go language. + * [Learn Cryptography in Go](https://boot.dev/learn/learn-cryptography) on Boot.dev. A code-in-the-browser course where cryptography principles are taught in the Go language. * [Computer Systems Security](https://cs.brown.edu/courses/cs166/) (CS166) At Brown University. In particular, the final [Dropbox Project](https://cs.brown.edu/courses/cs166/files/assignments/dropbox.pdf).