From 09a18945ced5fe5a6965891dd91ac261f5bb4e4a Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Wed, 3 May 2023 09:14:42 +0100 Subject: [PATCH 01/10] Update README.md --- z_assessments/coursework/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/z_assessments/coursework/README.md b/z_assessments/coursework/README.md index a30a995..7a54fad 100644 --- a/z_assessments/coursework/README.md +++ b/z_assessments/coursework/README.md @@ -2,6 +2,9 @@ # Analysis of Next Generation Cryptography The coursework hand-in date is: **Monday, 15 May 2023**. There will be a hand-in in Moodle for your submission. **Note: there is no need to write your own code for the method(s) investigated, as it will typically involve running standard code from GitHub sources.** +## Use of AI tools +At the end of the submission, please include a declaration that the submission is your own work. All content which has been generated by an AI tool should be acknowledged and highlighted in your submission, with an appendix containing the prompts input to the tool and responses you have received. If possible, do not use AI tools to generate any part of your work. + ## Requirements From 31a2dc6c1e5fc6698fd30e67655989c312ada8e1 Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Wed, 3 May 2023 09:15:32 +0100 Subject: [PATCH 02/10] Update README.md --- z_assessments/coursework/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/z_assessments/coursework/README.md b/z_assessments/coursework/README.md index 7a54fad..8a18274 100644 --- a/z_assessments/coursework/README.md +++ b/z_assessments/coursework/README.md @@ -3,7 +3,7 @@ # Analysis of Next Generation Cryptography The coursework hand-in date is: **Monday, 15 May 2023**. There will be a hand-in in Moodle for your submission. **Note: there is no need to write your own code for the method(s) investigated, as it will typically involve running standard code from GitHub sources.** ## Use of AI tools -At the end of the submission, please include a declaration that the submission is your own work. All content which has been generated by an AI tool should be acknowledged and highlighted in your submission, with an appendix containing the prompts input to the tool and responses you have received. If possible, do not use AI tools to generate any part of your work. +At the end of the submission, please include a declaration that the submission is your own work. If possible, try not use AI tools to generate any part of your work. If you do, all the content which has been generated by an AI tool should be acknowledged and highlighted in your submission, with an appendix containing the prompts input to the tool and responses you have received. ## Requirements From 1b25f5d5eac36b7858dc627873c466f4afe2e177 Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Wed, 3 May 2023 09:21:08 +0100 Subject: [PATCH 03/10] Update README.md --- z_assessments/coursework/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/z_assessments/coursework/README.md b/z_assessments/coursework/README.md index 8a18274..61e2ff0 100644 --- a/z_assessments/coursework/README.md +++ b/z_assessments/coursework/README.md @@ -3,7 +3,7 @@ # Analysis of Next Generation Cryptography The coursework hand-in date is: **Monday, 15 May 2023**. There will be a hand-in in Moodle for your submission. **Note: there is no need to write your own code for the method(s) investigated, as it will typically involve running standard code from GitHub sources.** ## Use of AI tools -At the end of the submission, please include a declaration that the submission is your own work. If possible, try not use AI tools to generate any part of your work. If you do, all the content which has been generated by an AI tool should be acknowledged and highlighted in your submission, with an appendix containing the prompts input to the tool and responses you have received. +At the end of your coursework document submission, please include a short declaration that the submission is your own work. If possible, try not use AI tools to generate any part of your work. If you do, all the content which has been generated by an AI tool should be acknowledged and highlighted in your submission, with an appendix containing the prompts input to the tool and responses you have received. ## Requirements From 90471c08d41c05754f999c0084af8274300d15a0 Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Thu, 11 Jan 2024 15:14:40 +0000 Subject: [PATCH 04/10] Update README.md --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ecd92c3..d3900d7 100644 --- a/README.md +++ b/README.md @@ -16,20 +16,20 @@ The following is the draft timetable: | No | Date | Subject | Lab | |----|--------------|----------------------------------------------------|--------------------------------| -| 2 | 27 Jan 2023 | 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 2023 | 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 2023 | Hashing and MAC [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit03_hashing)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit03_hashing/lab)] Jean-Philippe Aumasson | -| 5 | 17 Feb 2023 | 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 2023 | 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)] Bruce Schneier/Neal Koblitz | -| 7 | 3 Mar 2022 | 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)] | -| 8 | 10 Mar 2023 | Revision lecture and Test 1/Coursework | Mini-project Marty Hellman [[Here](https://github.com/billbuchanan/appliedcrypto/tree/main/unit06a_mini_project)] /Coursework | -| 9 | 17 Mar 2023 | Test (Units 1-5) 40% of overall mark [[Here](https://github.com/billbuchanan/appliedcrypto/tree/main/z_assessments/test01)] | | -| 10 | 24 Mar 2023 | Tunnelling [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit07_tunnelling)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit07_tunnelling/lab)] | -| 11 | 31 Mar 2023 | Blockchain [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit08_blockchain)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit08_blockchain/lab)] | -| 12 | 21 Apr 2023 | Future Cryptography [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit09_future)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit09_future/lab)] | -| 13 | 28 Apr 2023 | 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 | 5 May 2023 | | | -| 15 | 12 May 2023 | Coursework Hand-in - 60% of overall mark (15 May) [[Coursework](https://github.com/billbuchanan/appliedcrypto/tree/main/z_assessments/coursework)] | | +| 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 Feb 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)] Jean-Philippe Aumasson | +| 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)] Bruce Schneier/Neal Koblitz | +| 7 | 27 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)] | +| 8 | 5 Mar 2024 | Revision lecture and Test 1/Coursework | Mini-project Marty Hellman [[Here](https://github.com/billbuchanan/appliedcrypto/tree/main/unit06a_mini_project)] /Coursework | +| 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)] | +| 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)] | +| 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 | | | +| 15 | 7 May 2024 | Coursework Hand-in - 60% of overall mark (15 May) [[Coursework](https://github.com/billbuchanan/appliedcrypto/tree/main/z_assessments/coursework)] | | From 0d2cd83230defdd6a62a39e4d31345c72da904be Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Thu, 11 Jan 2024 15:15:19 +0000 Subject: [PATCH 05/10] Update README.md --- z_assessments/coursework/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/z_assessments/coursework/README.md b/z_assessments/coursework/README.md index 61e2ff0..e144e7f 100644 --- a/z_assessments/coursework/README.md +++ b/z_assessments/coursework/README.md @@ -1,7 +1,7 @@ ![esecurity](https://raw.githubusercontent.com/billbuchanan/esecurity/master/z_associated/esecurity_graphics.jpg) # Analysis of Next Generation Cryptography -The coursework hand-in date is: **Monday, 15 May 2023**. There will be a hand-in in Moodle for your submission. **Note: there is no need to write your own code for the method(s) investigated, as it will typically involve running standard code from GitHub sources.** +The coursework hand-in date is: **Monday, X May 2024**. There will be a hand-in in Moodle for your submission. **Note: there is no need to write your own code for the method(s) investigated, as it will typically involve running standard code from GitHub sources.** ## Use of AI tools At the end of your coursework document submission, please include a short declaration that the submission is your own work. If possible, try not use AI tools to generate any part of your work. If you do, all the content which has been generated by an AI tool should be acknowledged and highlighted in your submission, with an appendix containing the prompts input to the tool and responses you have received. From 238330f23f2656f069ca804e7e8b86783bfd5fc2 Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Thu, 11 Jan 2024 15:15:54 +0000 Subject: [PATCH 06/10] Update README.md --- z_assessments/test01/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/z_assessments/test01/README.md b/z_assessments/test01/README.md index bd2ed1c..6ce1f34 100644 --- a/z_assessments/test01/README.md +++ b/z_assessments/test01/README.md @@ -3,7 +3,7 @@ # Test 1 There will be four main questions in the exam: Symmetric Key (Unit 1), Hashing (Unit 2), Public Key (Unit 3), Key Exchange (Unit 4) and Digital Certicates (Unit 5). An outline is [here](https://www.youtube.com/watch?v=Oj3T2UO1WDw&feature=emb_title), and some learning outcomes are [here](https://github.com/billbuchanan/appliedcrypto/blob/master/z_assessments/test01/learning_outcomes.md). A PDF version of the questions is [here](https://github.com/billbuchanan/appliedcrypto/blob/master/z_assessments/test01/2021_fake_exam_questions.pdf) and a fake example paper is [here](https://github.com/billbuchanan/appliedcrypto/blob/master/z_assessments/test01/fake_exam_paper.md). -**Test date:** 17 Mar 2023 (time will be confirmed in an email). +**Test date:** X Mar 2024 (time will be confirmed in an email). Some test details are: From d5921d05e457f52754292f38ee0feaebc33fddd8 Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Fri, 12 Jan 2024 08:21:55 +0000 Subject: [PATCH 07/10] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d3900d7..6ca2d6a 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,15 @@ 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 Feb 2024 | Symmetric Key [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit02_symmetric)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit02_symmetric/lab)] | +| 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)] Jean-Philippe Aumasson | | 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)] Bruce Schneier/Neal Koblitz | -| 7 | 27 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)] | -| 8 | 5 Mar 2024 | Revision lecture and Test 1/Coursework | Mini-project Marty Hellman [[Here](https://github.com/billbuchanan/appliedcrypto/tree/main/unit06a_mini_project)] /Coursework | +| 7 | 27 Feb 2024 | Reading Week (Revision lecture) | Mini-project Marty Hellman [[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)] | 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)] | -| 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)] | +| 11 | 10 Apr 2024 | Blockchain [[Unit](https://github.com/billbuchanan/appliedcrypto/tree/main/unit08_blockchain)] | [[Lab](https://github.com/billbuchanan/appliedcrypto/tree/main/unit08_blockchain/lab)] | | 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 | | | From eb93f13fad909072c3eddc1b1552f9e9a73261ec Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Fri, 12 Jan 2024 08:22:30 +0000 Subject: [PATCH 08/10] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ca2d6a..80b6481 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ The following is the draft timetable: |----|--------------|----------------------------------------------------|--------------------------------| | 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)] Jean-Philippe Aumasson | +| 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)] | | 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)] Bruce Schneier/Neal Koblitz | +| 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)] | | 7 | 27 Feb 2024 | Reading Week (Revision lecture) | Mini-project Marty Hellman [[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)] | 9 | 12 Mar 2024 | Test (Units 1-5) 40% of overall mark [[Here](https://github.com/billbuchanan/appliedcrypto/tree/main/z_assessments/test01)] | | From a8f14b91a3b4232b91915f5154ffedf9be47e312 Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Fri, 12 Jan 2024 08:22:48 +0000 Subject: [PATCH 09/10] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80b6481..f023ff4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The following is the draft timetable: | 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)] | | 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)] | -| 7 | 27 Feb 2024 | Reading Week (Revision lecture) | Mini-project Marty Hellman [[Here](https://github.com/billbuchanan/appliedcrypto/tree/main/unit06a_mini_project)] /Coursework | +| 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)] | 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)] | From e43757225677959aa08bf8c9a440f5b42ee4a5e2 Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Mon, 22 Jan 2024 19:52:32 +0000 Subject: [PATCH 10/10] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f023ff4..01fdb50 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,9 @@ The following is the draft timetable: |----|--------------|----------------------------------------------------|--------------------------------| | 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)] | +| 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)] | +| 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)] | 9 | 12 Mar 2024 | Test (Units 1-5) 40% of overall mark [[Here](https://github.com/billbuchanan/appliedcrypto/tree/main/z_assessments/test01)] | |