Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

Program Name: BCS

Course Code: CSC 2735

Course Name: Network and Data Security

Assignment: Individual Project

Submission Date: 1/5/2022

Submitted By: Submitted To:


Student Name: Askal Thapa Faculty Name: Manoj Gautam
IUKL ID: Department: PO Office
Semester: 3rd
Intake: September 2020
1. Design and implement a cipher based on mono alphabetic cryptographic algorithm that
encrypts and decrypts, special symbol, Devanagari alphabets ( क ख ग घ की ) and English
alphabets.

Ans
A monoalphabetic substitution cipher is a simple form of substitution cipher, in which
each letter of the plaintext is replaced with a corresponding letter of the ciphertext
alphabet. The key for this type of cipher is a permutation of the alphabet, which specifies
the mapping from each letter of the plaintext to a corresponding letter of the ciphertext.

# For English :
Encryption
Decryption

For symbol
Encryption

Decryption
For All IN ONE
Encryption

Decryption
For Nepali
Encryption

Decryption

You might also like