diff --git a/modules/qualifying/assets/key_encryption.png b/modules/qualifying/assets/key_encryption.png new file mode 100644 index 0000000..083c6cf Binary files /dev/null and b/modules/qualifying/assets/key_encryption.png differ diff --git a/modules/qualifying/assets/key_encryption.svg b/modules/qualifying/assets/key_encryption.svg deleted file mode 100644 index e6b7a45..0000000 --- a/modules/qualifying/assets/key_encryption.svg +++ /dev/null @@ -1,351 +0,0 @@ - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - - - Hello Alice! - - Alice'sprivate key - - Encrypt - - 6EB6957008E03CE4 - - - Hello Alice! - - Decrypt - - Alice'spublic key - - Alice - - - - - - - Bob - diff --git a/modules/qualifying/learning_ssh.md b/modules/qualifying/learning_ssh.md index 0c15431..b7a6b1c 100644 --- a/modules/qualifying/learning_ssh.md +++ b/modules/qualifying/learning_ssh.md @@ -34,7 +34,7 @@ One with the **private** part, which is used for **decrypting**, and one **publi Both parts together form one **key pair**. If you're interested in the maths behind key pairs, have a look at this 15min [video](https://www.youtube.com/watch?v=4zahvcJ9glg&t=1s), it's a lot easier than you expect! -![key pairs](./assets/key_encryption.svg) +![key pairs](./assets/key_encryption.png) ### Generating keys