diff --git a/NOTES.md b/NOTES.md deleted file mode 100644 index e16f21a..0000000 --- a/NOTES.md +++ /dev/null @@ -1,13 +0,0 @@ -# Random Notes for Me (Please Ignore) - -- [ ] Every time I show a new security property in Part 1, I should link it to an attack. This means redoing all the Part 1 slides after a first pass where I integrate the Joy of Cryptography materials. Eg. I describe what uniform sampling is? OK, look what happened with [PuTTY](https://thehackernews.com/2024/04/widely-used-putty-ssh-client-found.html) when they didn't respect this! See? This stuff matters in the real world! -- [ ] An "escape hatch" into more informal proofs should be readily available in the event of running out of time, etc., but should not be too heavily relied upon. -- [ ] None of the material covers key management. [Alfred Menezes](https://www.youtube.com/watch?v=C9e023bTfes&list=PLA1qgQLL41SRn_23p8zD0vUpKM4qOgt_T&index=6) may come to the rescue. -- [ ] **Must** be up-front about exam-required materials. Tell students what's required for each exam first thing. That way, you remove anxiety, and allow them to explore the materials at their leisure. -- [ ] [This website](https://asecuritysite.com/range/age) is full of useful practical examples, here we have range proofs. -- [ ] Not enough attack labs. -- [ ] Might be fun to cover QUIC, HTTP/3, Passkeys... -- [ ] Session on side-channels? -- [ ] Integrate Verifpal as learning tool -- [ ] [Amazing teaching style](https://www.youtube.com/watch?v=fOGdb1CTu5c) -- [ ] [Excalidraw](https://excalidraw.com) might be useful. diff --git a/README.md b/README.md index 74f3911..e24f59e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -AUB Logo - # Applied Cryptography (CMPS 297AD/396AI) This repository contains source code of the course materials for Applied Cryptography (CMPS 297AD/396AI) at the American University of Beirut. diff --git a/website/index.html b/website/index.html index 18c699e..20bc606 100755 --- a/website/index.html +++ b/website/index.html @@ -716,7 +716,7 @@ Inspiration Aid: ABC • (D1,D2) diff --git a/website/res/js/updated.js b/website/res/js/updated.js index 1a10c7a..cb8b8b7 100644 --- a/website/res/js/updated.js +++ b/website/res/js/updated.js @@ -2,9 +2,9 @@ const updatedInit = () => { const lastUpdatedElement = document.getElementById("lastUpdated"); const updatedLink = document.createElement("a"); updatedLink.href = - "https://codeberg.org/nadimkobeissi/appliedcryptography/commits/branch/main"; + "https://git.appliedcryptography.page/nadim/appliedcryptography/commits/branch/main"; fetch( - "https://codeberg.org/api/v1/repos/nadimkobeissi/appliedcryptography/commits?limit=1&sha=main", + "https://git.appliedcryptography.page/api/v1/repos/nadim/appliedcryptography/commits?limit=1&sha=main", ) .then((response) => response.json()) .then((data) => {