From 19d6fc79607cc867e220756fcf25cd895952db0b Mon Sep 17 00:00:00 2001 From: Vaishnavi Amira Yada <108050528+Vaishnaviamirayada@users.noreply.github.com> Date: Thu, 18 Aug 2022 16:26:14 +0530 Subject: [PATCH] Added a useful link Have added a useful link about the encryption standard algorithm from the scaler topics. --- Projects/1-Beginner/Vigenere-Cipher.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/1-Beginner/Vigenere-Cipher.md b/Projects/1-Beginner/Vigenere-Cipher.md index 4ee76ec0..2e166b9d 100644 --- a/Projects/1-Beginner/Vigenere-Cipher.md +++ b/Projects/1-Beginner/Vigenere-Cipher.md @@ -14,7 +14,7 @@ access is compromised. These include AES, Blowfish, and TripleDES to name a few. However, these algorithms can be quite complex to implement so the objective -of this app is to implement a classical encryption algorithm, the Vigenere +of this app is to implement a classical [encryption algorithm](https://www.scaler.com/topics/des-algorithm/), the Vigenere Cipher to learn the basics of how ciphers work. ### Requirements & Constraints