From 5a892afcbb5716f68e9efa57d991c3a89da31a9e Mon Sep 17 00:00:00 2001 From: Ackermann Date: Sun, 5 Feb 2023 19:07:40 +0000 Subject: [PATCH] moved images over --- understanding-rsa.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/understanding-rsa.md b/understanding-rsa.md index f3fcb95..544b6d6 100644 --- a/understanding-rsa.md +++ b/understanding-rsa.md @@ -108,7 +108,7 @@ This is almost the same but we swap out the e for the d, and if we plug in `decr And to show Im not making this up... -[![python.png](https://docs.hackliberty.org/uploads/images/gallery/2022-05/scaled-1680-/TqDpiF2ceumYtBO2-python.png)](https://docs.hackliberty.org/uploads/images/gallery/2022-05/TqDpiF2ceumYtBO2-python.png) +[![python.png](hhttps://git.hackliberty.org/Ackermann/Works/src/branch/main/img/rsa1.png)](https://git.hackliberty.org/Ackermann/Works/src/branch/main/img/rsa1.png) The last bit is a full python function you can play with to do some encrypton and decryption using what I have shown @@ -178,7 +178,7 @@ Your Private key is (57461,59713) ``` And then you can use them to run those functions we defined before -[![encdec.png](https://docs.hackliberty.org/uploads/images/gallery/2022-05/scaled-1680-/q7YOjVDrTov5Cuw6-encdec.png)](https://docs.hackliberty.org/uploads/images/gallery/2022-05/q7YOjVDrTov5Cuw6-encdec.png) +[![encdec.png](https://git.hackliberty.org/Ackermann/Works/src/branch/main/img/rsa2.png)](https://git.hackliberty.org/Ackermann/Works/src/branch/main/img/rsa2.png) ### Is this real life?