Skip to content

Commit 1be201b

Browse files
author
namrun
committed
Added README and created a directory for the scripts
1 parent 1cbac20 commit 1be201b

File tree

4 files changed

+10
-44
lines changed

4 files changed

+10
-44
lines changed

Substitution_Cipher/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Substitution Cipher
2+
3+
- The Substitution Cipher is a Cryptographic technique used for the encryption of a message
4+
- The encryption is done based on a key agreed upon by the sender and receiver of the message
5+
- The letter is encoded/mapped to a different letter/character
6+
7+
## Working
8+
9+
- The user is prompted to enter the message as well as the key according to which the message will be encrypted
10+
- The key will be accepted as a CSV file
File renamed without changes.
File renamed without changes.

port_scanner.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)