From ee310ef7e4d9821fe8a31123c202eeb86d508fff Mon Sep 17 00:00:00 2001 From: thomashaw Date: Mon, 16 Oct 2023 14:44:34 +0100 Subject: [PATCH] RSA updates --- .../templates/asymmetric_enc_rsa_lab.xml.erb | 2 +- .../asymmetric_enc_rsa/templates/license.md.erb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/generators/structured_content/hackerbot_config/asymmetric_enc_rsa/templates/asymmetric_enc_rsa_lab.xml.erb b/modules/generators/structured_content/hackerbot_config/asymmetric_enc_rsa/templates/asymmetric_enc_rsa_lab.xml.erb index c4274146a..c9d4dd272 100644 --- a/modules/generators/structured_content/hackerbot_config/asymmetric_enc_rsa/templates/asymmetric_enc_rsa_lab.xml.erb +++ b/modules/generators/structured_content/hackerbot_config/asymmetric_enc_rsa/templates/asymmetric_enc_rsa_lab.xml.erb @@ -400,7 +400,7 @@ Randomised instance generated by [SecGen](http://github.com/cliffe/SecGen) (<%= false - Perform decryption using the RSA algorithm with the following values: p = 7, q = 17, d = 157, ciphertext = "<%= $chall_10_ciphertext%>" + Perform decryption using the RSA algorithm with the following values: p = 47, q = 59, d = 157, ciphertext = "<%= $chall_10_ciphertext%>" OK OK... diff --git a/modules/generators/structured_content/hackerbot_config/asymmetric_enc_rsa/templates/license.md.erb b/modules/generators/structured_content/hackerbot_config/asymmetric_enc_rsa/templates/license.md.erb index c11478e8e..2527284e4 100644 --- a/modules/generators/structured_content/hackerbot_config/asymmetric_enc_rsa/templates/license.md.erb +++ b/modules/generators/structured_content/hackerbot_config/asymmetric_enc_rsa/templates/license.md.erb @@ -1,6 +1,6 @@ ## License -This lab by [*Z. Cliffe Schreuders*](http://z.cliffe.schreuders.org) at Leeds Beckett University is licensed under a [*Creative Commons Attribution-ShareAlike 3.0 Unported License*](http://creativecommons.org/licenses/by-sa/3.0/deed.en_GB). +This lab by Mohamed Hassan and Thomas Shaw at Leeds Beckett University is licensed under a [*Creative Commons Attribution-ShareAlike 4.0 License*](https://creativecommons.org/licenses/by-sa/4.0/). -Included software source code is also licensed under the GNU General Public License, either version 3 of the License, or (at your option) any later version. +This work is licensed under a creative common "Attribution-NonCommercial-ShareAlike 4.0" license. A human-readable summary of the license is the following: You are free to copy and redistribute the material in any medium or format. You must give appropriate credit. If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. You may not use the material for commercial purposes. See at https://creativecommons.org/licenses/by-sa/4.0/ ![small](images/leedsbeckett-logo.png)