From fe217ac4d9b2ae12ff6c8d9f529787d622d94e90 Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Sun, 22 Dec 2024 18:24:50 +0000 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 9b417d8..68f4bf7 100644 --- a/README.md +++ b/README.md @@ -16,20 +16,19 @@ The following is the draft timetable: | No | Date | Subject | Lab | |----|--------------|----------------------------------------------------|--------------------------------| -| 2 | 23 Jan 2024 | Ciphers and Fundamentals [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit01_cipher_fundamentals)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit01_cipher_fundamentals/lab)] [[Demo](https://www.youtube.com/watch?v=v6H7lHblKes)] | -| 3 | 30 Jan 2024 | Symmetric Key [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit02_symmetric)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit02_symmetric/lab)] | -| 4 | 6 Feb 2024 | Hashing and MAC [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit03_hashing)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit03_hashing/lab) Bruce Schneier] | -| 5 | 13 Feb 2024 | Asymmetric (Public) Key [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit04_public_key)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit04_public_key/lab)] | -| 6 | 20 Feb 2024 | Key Exchange [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit05_key_exchange)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit05_key_exchange/lab) Whitfield Diffie] | -| 7 | 27 Feb 2024 | Reading Week (Revision lecture) | Mini-project [[Here](https://github.com/billbuchanan/appliedcrypto/tree/main/unit06a_mini_project)] /Coursework | -| 8 | 5 Mar 2024 | Digital Signatures and Certificates [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit06_trust_dig_cert)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit06_trust_dig_cert/lab) Vincent Rijmen] -| 9 | 12 Mar 2024 | Test (Units 1-5) 40% of overall mark [[Here](https://github.com/billbuchanan/appliedcrypto/tree/main/z_assessments/test01)] | | -| 10 | 19 Mar 2024 | Tunnelling [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit07_tunnelling)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit07_tunnelling/lab) Marty Hellman | -| 11 | 9 Apr 2024 | Blockchain [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit08_blockchain)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit08_blockchain/lab)] [Troy Hunt](https://us02web.zoom.us/j/87987679833?pwd=SVhMUHRVbXRRQjc0anFTS1UyaGVhQT09) | -| 12 | 16 Apr 2024 | Future Cryptography [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit09_future)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit09_future/lab)] | -| 13 | 23 Apr 2024 | Host/Cloud Security [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit10_services)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit10_services/lab)] | -| 14 | 30 Apr 2024 | | Jan Camenisch | -| 15 | 7 May 2024 | Coursework Hand-in - 60% of overall mark (Sunday, 12 May 2024) [[Coursework](https://github.com/billbuchanan/appliedcrypto/tree/main/z_assessments/coursework)] | Daniel J Bernstein | +| 2 | 27 Jan 2025 | Ciphers and Fundamentals [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit01_cipher_fundamentals)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit01_cipher_fundamentals/lab)] [[Demo](https://www.youtube.com/watch?v=v6H7lHblKes)] | +| 3 | 3 Feb 2025 | Symmetric Key [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit02_symmetric)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit02_symmetric/lab)] | +| 4 | 10 Feb 2025 | Hashing and MAC [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit03_hashing)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit03_hashing/lab) Bruce Schneier] | +| 5 | 17 Feb 2025 | Asymmetric (Public) Key [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit04_public_key)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit04_public_key/lab)] | +| 6 | 24 Feb 2025 | Key Exchange [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit05_key_exchange)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit05_key_exchange/lab) Whitfield Diffie] | +| 7 | 3 Mar 2025 | Reading Week (Revision lecture) | Mini-project [[Here](https://github.com/billbuchanan/appliedcrypto/tree/main/unit06a_mini_project)] /Coursework | +| 8 | 10 Mar 2025 | Digital Signatures and Certificates [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit06_trust_dig_cert)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit06_trust_dig_cert/lab) Vincent Rijmen] +| 9 | 17 Mar 2025 | Test (Units 1-5) 40% of overall mark [[Here](https://github.com/billbuchanan/appliedcrypto/tree/main/z_assessments/test01)] | | +| 10 | 24 Mar 2025 | Tunnelling [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit07_tunnelling)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit07_tunnelling/lab) Marty Hellman | +| 11 | 7 Apr 2025 | Blockchain [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit08_blockchain)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit08_blockchain/lab)] [Troy Hunt](https://us02web.zoom.us/j/87987679833?pwd=SVhMUHRVbXRRQjc0anFTS1UyaGVhQT09) | +| 12 | 28 Apr 2025 | Future Cryptography [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit09_future)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit09_future/lab)] | +| 13 | 5 May 2025 | Host/Cloud Security [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit10_services)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit10_services/lab)] | | +| 14 | 12 May 2025 | Coursework Hand-in - 60% of overall mark (Sunday, 12 May 2024) [[Coursework](https://github.com/billbuchanan/appliedcrypto/tree/main/z_assessments/coursework)] | Daniel J Bernstein |