outp

My Cart

You are Here : MASTER DEGREE PROGRAMMES / MSCMACS / MMTE 6
Click Here to Order on WhatsApp
IGNOU MMTE 6 SOLVED ASSIGNMENT 2025

IGNOU MMTE 6 SOLVED ASSIGNMENT 2025


IGNOU MMTE 6 Solved Assignment 2025
Rs. 200
Rs. 123

IGNOU MMTE 6 Solved Assignment 2025

This is latest Solved Assignment of MMTE 6 of MSCMACS . 

  • Latest 2025 Solved Assignment
  • Fully Solved MMTE 6 2025 Assignment
  • .pdf Format
  • MMTE 6 ( Cryptography )
  • Cryptography 2025 Solved Assignment
  • 2025 New Assignment

If you Need this Assignment, Simply WhatsApp us

Rs. 200
Rs. 123

Last Date of Submission of IGNOU MMTE-06 (MSCMACS) 2025 Assignment is for January 2025 Session: 30th September, 2025 (for December 2025 Term End Exam).
Semester Wise
January 2025 Session:
30th March, 2025 (for June 2025 Term End Exam).
July 2025 Session: 30th September, 2025 (for December 2025 Term End Exam).

Title NameIGNOU MMTE 6 Solved Assignment 2025
TypeSoft Copy (E-Assignment) .pdf
UniversityIGNOU
DegreeMASTER DEGREE PROGRAMMES
Course CodeMSCMACS
Course NameM.Sc. Mathematics with Applications in Computer Science
Subject CodeMMTE 6
Subject NameCryptography
Year2025
Session
LanguageEnglish Medium
Assignment CodeMMTE-06/Assignmentt-1//2025
Product DescriptionAssignment of MSCMACS (M.Sc. Mathematics with Applications in Computer Science) 2025. Latest MMTE 06 2025 Solved Assignment Solutions
Last Date of IGNOU Assignment Submission
Last Date of Submission of IGNOU MMTE-06 (MSCMACS) 2025 Assignment is for January 2025 Session: 30th September, 2025 (for December 2025 Term End Exam).
Semester Wise
January 2025 Session:
30th March, 2025 (for June 2025 Term End Exam).
July 2025 Session: 30th September, 2025 (for December 2025 Term End Exam).

Rs. 200
Rs. 123
Questions Included in this Help Book

Ques 1.

Let f (x) = x3 − x − 1 ∈ Z5[x]. Find the product of x2 + 2x + 1 + ( f (x)) and x2 + 3x − 1 + ( f (x)) using the algorithm in page 23, block 1. You should show all the steps as in example 11, page 22, block 1. 

Ques 2.

Let f (x) = x4 + x + 1 ∈ F2[x]. We represent the field F24 by F2[x]/( f (x)). Let us write γ = x + ( f (x)). The table of values is given below:

i γ i Vector i γ i Vector

0

1

2

3

4

5

6

7

1

γ

γ 2

γ 3

γ +1

γ 2 +γ

γ 3 +γ 2

γ 3 +γ +1

(0,0,0,1)

(0,0,1,0)

(0,1,0,0)

(1,0,0,0)

(0,0,1,1) 

(0,1,1,0)

(1,1,0,0)

(1,0,1,1)

8

9

10

11

12

13

14

 

γ 2 +1

γ 3 +γ

γ 2 +γ +1

γ 3 +γ 2 +γ

γ 3 +γ 2 +γ +1

γ 3 +γ 2 +1

γ 3 +1

 

(0,1,0,1)

(1,0,1,0)

(0,1,1,1)

(1,1,1,0)

(1,1,1,1)

(1,1,0,1)

(1,0,0,1)

 

i)  Prepare logarithm and antilogarithm tables as given in page 23 of block 1.

ii) Compute (γ 4+γ 2 )+ γ 3+γ+1/(1+γ 2+γ 4)(1+γ 3) and γ 2 (γ 2+γ+1) / (γ 3+γ 2)(1+γ 5) using the logarithm an 

antilogarithm tables.

Ques 3.

Decrypt each of the following cipher texts:

i) Text: "CBBGYAEBBFZCFEPXYAEBB", encrypted with affine cipher with key (7,2).

ii) Text:"KSTYZKESLNZUV", encrypted with Vigenère cipher with key "RESULT"

Ques 4.

Another version of the columnar transposition cipher is the cipher using a key word. In this cipher, we encrypt as follows: Given a key word, we remove all the duplicate characters in the key word. For example, if the key word is ‘SECRET’, we remove the second ‘E’ and use ‘SECRT’ as the key word. To encrypt, we form a table as follows: In the first row, we write down the key word. In the following rows, we write the plaintext. Suppose we want to encrypt the text ‘ATTACKATDAWN’. We make a table as follows:

S E C R T
A T T A C
K A T D A
W N X X X

Then we read off the columns in alphabetical order. We first read the column under ‘C’, followed by the columns under ‘E’, ‘R’, ‘S’ and ‘T’. We get the cipher text TTX TAN ADX AKW CAX. To decrypt, we reverse the process. Note that, since we know the length of the keyword, we can find the length of the columns by dividing the length of the message by the length of the keyword.

Given the ciphertext ‘HNDWUEOESSRORUTXLARFASUXTINOOGFNEGASTORX’ and the key word ‘LANCE’, find the plaintext.

Ques 5.

Find the inverse of 13 (mod 51) using extended euclidean algorithm.

Ques 6.

Use Miller-Rabin test to check whether 75521 is a strong pseuodprime to the base 2.

Ques 7.

In this exercise, we introduce you to Hill cipher. In this cipher, we convert our message to numbers, just as in affine cipher. However, instead of encrypting character by character, we encrypt pairs of characters by multiplying them with an invertible matrix with co-efficients in Z26.

Here is an example: Suppose we want to ENCRYPT "ALLISWELL". Since we require the plaintext to have even number of characters, we pad the message with the character ‘X’. We break up the message into pairs of characters AL, LI, SW, EL and LX. We convert each pair of characters into a pair elements in Z26 as follows:

Next, we choose an inveritble 2×2 matrix with coefficients in Z26, for example, A = 

This matrix has determinant  is a unit in Z26 with inverse  We write each pair of elements in Z26 as a column vector and multiply it by A:

We then convert each pair of numbers to a pair of characters and write them down. In this example, we get the cipher text "LSPFYGXUEN" corresponding to the plain text "ALLWELL". 

To decrypt, we convert pairs of characters to pairs of numbers and multiply by 

Decrypt the text "TWDXHUJLUENN" which was encrypted using the Hill’s cipher with the matrix   as the encryption matrix.

Ques 8.

Decrypt the ciphertext 101000111001 which was encrypted with the Toy block cipher once using the key 101010010. Show all the steps.

Ques 9.

A 64 bit key for the DES is given below

11000111 10000101

11110111 11000001

11111011 10101011

10011101 10010001

i) Check whether the key is error free using the parity bits.

ii) Find the keys for the second round

Ques 10.

Considering the bytes 10001001 and 10101010 as elements of the field F2[X]/hg(X)i, where g(X) is the polynomial X 8 +X 4 +X 3 +X +1, find their product and quotient.

Ques 11.

Find a recurrence that generates the sequence 110110110110110.

Ques 12.

Apply the frequency test, serial test and autocorrelation test to the following sequence at level of significance α = 0.05:

011001110000110010011100.

Ques 13.

Apply poker test to the following sequence with level of significane α = 0.05. (4) 1001101000010000101111011 01110100101101100100110.

Ques 14.

Apply runs test to the following sequence:

1001101000010000101111011

0111010010110110010011010

0110011100001100100111000

1100001101010111101001110

0010001111000001101010010

1000110100000110100101101

1110001001

Ques 15.

Decrypt the message c = 23 that was encrypted using RSA algorithm with e = 43 and n = 77.

Ques 16.

i) Bob uses ElGamal cyrptosystem with parameters p = 47, g = 5 and the secret value x = 3. What values will he make public? 

ii) Alice wants to send Bob the message M = 15. She chooses k = 5. How will she compute the cipher text? What information does she send to Bob?

iii) Explain how Bob will decrypt the message. 

Ques 17.

Solve the discrete logarithm problem 5x ≡ 22 (mod 47) using Baby-Step, Giant-Step algorithm.

Ques 18.

Alice wants to use the ElGamal digital signature scheme with public parameters p = 47, α = 2, secret value a = 7 and β = 34. She wants to sign the message M = 20 and send it to Bob. She chooses k = 5 as the secret value. Explain the procedure that Alice will use for computing the signature of the message. What information will she send Bob?

Ques 19.

Alice wants to use the Digital Signature algorithm for signing messages. She chooses p = 83, q = 41, g = 2 and a = 3. Alice wants to sign the message M = 20. She chooses the secret value k = 8. Explain the procedure that Alice will use for computing the signature. What information will she send Bob?

Ques 20.

a) equation Find the product of equationusing the algorithm in page 23, block 1. You should show all the steps as in example 11, pag 22, block 1.

Ques 21.

b) equation

equation). The table of values is given below:

i γ Vector i γ i Vector
0 1 (0,0,0,1) 8 γ 2 +1 (0,1,0,1)
1 γ (0,0,1,0) 9 γ 3 +1 (1,0,1,0)
2 γ 2 (0,1,0,0) 10 γ 2 +γ +1 (0,1,1,1)
3 γ 3 (1,0,0,0) 11 γ 32 (1,1,1,0)
4 γ +1 (0,0,1,1) 12 γ 32 +γ +1 (1,1,1,1)
5 γ 2 (0,1,1,0 13 γ 32 +1 (1,1,0,1)
6 γ 3 2 (1,1,0,0) 14 γ 3 +1 (1,0,0,1)
7 γ 3 +γ +1 (1,0,1,1)      

Ques 22.

i) Prepare logarithm and antilogarithm tables as given in page 23 of block 1

Ques 23.

ii) Compute equation using the logarithm an antilogarithm tables

Ques 24.

a) Decrypt each of the following cipher texts:

i) Text: "CBBGYAEBBFZCFEPXYAEBB", encrypted with affine cipher with key (7,2).

ii) Text:"KSTYZKESLNZUV", encrypted with Vigenère cipher with key "RESULT".

Ques 25.

b) Another version of the columnar transposition cipher is the cipher using a key word. In this cipher, we encrypt as follows: Given a key word, we remove all the duplicate characters in the key word. For example, if the key word is 'SECRET", we remove the second 'E' and use 'SECRT" as the key word. To encrypt, we form a table as follows: In the first row, we write down the key word. In the following rows, we write the plaintext. Suppose we want to encrypt the text 'ATTACKATDAWN'. We make a table as follows:

S E C R T
A T T A C
K A T D A
W N X X X

Then we read off the columns in alphabetical order. We first read the column under 'C', followed by the columns under 'E', 'R', 'S' and 'T". We get the cipher text TTX TAN ADX AKW CAX. To decrypt, we reverse the process. Note that, since we know the length of the keyword, we can find the length of the columns by dividing the length of the message by the length of the keyword.

Given the ciphertext 'HNDWUEOESSRORUTXLARFASUXTINOOGFNEGASTORX' and the key word 'LANCE', find the plaintext.

Ques 26.

a) Find the inverse of 13 (mod 51) using extended euclidean algorithm.

Ques 27.

a) Find the inverse of 13 (mod 51) using extended euclidean algorithm.

Ques 28.

b) Use Miller-Rabin test to check whether 75521 is a strong pseuodprime to the base 2.

Ques 29.

a) In this exercise, we introduce you to Hill cipher. In this cipher, we convert our message to numbers, just as in affine cipher. However, instead of encrypting character by character, we encrypt pairs of characters by multiplying them with an invertible matrix with co-efficients in 726-

Here is an example: Suppose we want to ENCRYPT "ALLISWELL". Since we require the plaintext to have even number of characters, we pad the message with the character 'X'. We break up the message into pairs of characters AL, LI, SW, EL and LX. We convert each pair of characters into a pair elements in Z26- as follows:

equation

equation

equation

equation

equation

Next, we choose an inveritble 2×2 matrix with coefficients in Z26, for example.equationThis matrix has determinantequation5 is a unit in Z26 with inverse equationWe write each pair of elements in Z26 as a column vector and multiply it by A:

equation

We then convert each pair of numbers to a pair of characters and write them down. In this example, we get the cipher text "LSPFYGXUEN" corresponding to the plain text "ALLWELL". To decrypt, we convert pairs of characters to pairs of numbers and multiply by

equation

Decrypt the text "TWDXHUJLUENN" which was encrypted using the Hill’s cipher with theequation

 

Ques 30.

a) Decrypt the ciphertext 101000111001 which was encrypted with the Toy block cipher once using the key 101010010. Show all the steps

Ques 31.

b) A 64 bit key for the DES is given below

equation

i) Check whether the key is error free using the parity bits.

ii) Find the keys for the second round.

Ques 32.

a) Considering the bytes 10001001 and 10101010 as elements of the equation g(X)) is the polynomia equation find their product and quotient.

Ques 33.

Find a recurrence that generates the sequence 110110110110110.

Ques 34.

a) Apply the frequency test, serial test and autocorrelation test to the following sequence at level of significance α = 0.05: 011001110000110010011100

Ques 35.

Apply poker test to the following sequence with level of significane α = 0.05. (4) 1001101000010000101111011 01110100101101100100110.

c) Apply runs test to the following sequence

equation

Ques 36.

a) Decrypt the message c = 23 that was encrypted using RSA algorithm with e = 43 and n = 77.

Ques 37.

b) i) Bob uses ElGamal cyrptosystem with parametersequationand the secret value x = 3. What values will he make public?

ii) Alice wants to send Bob the messageequationShe chooses k = 5. How will she compute the cipher text? What information does she send to Bob?

iii) Explain how Bob will decrypt the message

Ques 38.

Solve the discrete logarithm problem 5x ≡ 22 (mod 47) using Baby-Step, Giant-Step algorithm.

Ques 39.

b) Alice wants to use the ElGamal digital signature scheme with public parameters equation secret value a = 7 and β = 34. She wants to sign the message M = 20 and send it to Bob. She chooses k = 5 as the secret value. Explain the procedure that Alice will use for computing the signature of the message. What information will she send Bob

Ques 40.

c) Alice wants to use the Digital Signature algorithm for signing messages. She chooses p = 83, q = 41, g = 2 and a = 3. Alice wants to sign the message M = 20. She chooses the secret value k = 8. Explain the procedure that Alice will use for computing the signature. What information will she send Bob?

Rs. 200
Rs. 123
Details
  • Latest IGNOU Solved Assignment
  • IGNOU MMTE 6 2025 Solved Assignment
  • IGNOU 2025 Solved Assignment
  • IGNOU MSCMACS M.Sc. Mathematics with Applications in Computer Science 2025 Solved Assignment
  • IGNOU MMTE 6 Cryptography 2025 Solved Assignment

Looking for IGNOU MMTE 6 Solved Assignment 2025. You are on the Right Website. We provide Help book of Solved Assignment of MSCMACS MMTE 6 - Cryptographyof year 2025 of very low price.
If you want this Help Book of IGNOU MMTE 6 2025 Simply Call Us @ 9199852182 / 9852900088 or you can whatsApp Us @ 9199852182
 

IGNOU MSCMACS Assignments Jan - July 2024 - IGNOU University has uploaded its current session Assignment of the MSCMACS Programme for the session year 2025. Students of the MSCMACS Programme can now download Assignment questions from this page. Candidates have to compulsory download those assignments to get a permit of attending the Term End Exam of the IGNOU MSCMACS Programme.

Download a PDF soft copy of IGNOU MMTE 6 Cryptography MSCMACS Latest Solved Assignment for Session January 2024 - December 2024 in English Language.

If you are searching out Ignou MSCMACS  MMTE 6 solved assignment? So this platform is the high-quality platform for Ignou MSCMACS  MMTE 6 solved assignment. Solved Assignment Soft Copy & Hard Copy. We will try to solve all the problems related to your Assignment. All the questions were answered as per the guidelines. The goal of IGNOU Solution is democratizing higher education by taking education to the doorsteps of the learners and providing access to high quality material. Get the solved assignment for MMTE 6 Cryptography course offered by IGNOU for the year 2025.Are you a student of high IGNOU looking for high quality and accurate IGNOU MMTE 6 Solved Assignment 2025 English Medium? 

Students who are searching for IGNOU M.Sc. Mathematics with Applications in Computer Science (MSCMACS) Solved Assignments 2025 at low cost. We provide all Solved Assignments, Project reports for Masters & Bachelor students for IGNOU. Get better grades with our assignments! ensuring that our IGNOU M.Sc. Mathematics with Applications in Computer Science Solved Assignment meet the highest standards of quality and accuracy.Here you will find some assignment solutions for IGNOU MSCMACS Courses that you can download and look at. All assignments provided here have been solved.IGNOU MMTE 6 SOLVED ASSIGNMENT 2025. Title Name MMTE 6 English Solved Assignment 2025. Service Type Solved Assignment (Soft copy/PDF).

Are you an IGNOU student who wants to download IGNOU Solved Assignment 2024? IGNOU MASTER DEGREE PROGRAMMES Solved Assignment 2023-24 Session. IGNOU Solved Assignment and In this post, we will provide you with all solved assignments.

If you’ve arrived at this page, you’re looking for a free PDF download of the IGNOU MSCMACS Solved Assignment 2025. MSCMACS is for M.Sc. Mathematics with Applications in Computer Science.

IGNOU solved assignments are a set of questions or tasks that students must complete and submit to their respective study centers. The solved assignments are provided by IGNOU Academy and must be completed by the students themselves.

Course Name M.Sc. Mathematics with Applications in Computer Science
Course Code MSCMACS
Programm MASTER DEGREE PROGRAMMES Courses
Language English

 

 

 
IGNOU MMTE 6 Solved Assignment                                       
ignou assignment 2025,   2025 MMTE 6
IGNOU MMTE 6 Assignment
ignou solved assignment MMTE 6
MMTE 6 Assignment 2025
solved assignment MMTE 6
MMTE 6 Assignment 2025
assignment of ignou MMTE 6
Download IGNOU MMTE 6 Solved Assignment 2025
ignou assignments MMTE 6
 
 
Ignou result MMTE 6
Ignou Assignment Solution MMTE 6
 

 



Comments


















Call Now
Contact Us
Welcome to IGNOU Academy

Click to Contact Us

Call - 9199852182 Call - 9852900088 myabhasolutions@gmail.com WhatsApp - 9852900088
New to IGNOU Login to Get Every Update