logo

Cryptography Basics I Assignment

This assignment is part of the Information Security Management module and focuses on cryptography basics and literature. The assignment requires finding the private key corresponding to a given public key for RSA encryption.

7 Pages644 Words13 Views
   

Added on  2022-08-21

Cryptography Basics I Assignment

This assignment is part of the Information Security Management module and focuses on cryptography basics and literature. The assignment requires finding the private key corresponding to a given public key for RSA encryption.

   Added on 2022-08-21

ShareRelated Documents
Running head: CRYPTOGRAPHY BASICS
CRYPTOGRAPHY BASICS
Name of the Student
Name of the University
Author Note
Cryptography Basics I Assignment_1
CRYPTOGRAPHY BASICS
1
Table of Contents
RSA..................................................................................................................................................2
Feige-Fiat-Shamir scheme...............................................................................................................4
Diffie-Hellman protocol..................................................................................................................5
Cryptography Basics I Assignment_2
CRYPTOGRAPHY BASICS
2
RSA
1. Solution
Given public key (143, 11)
Here n = 143, e = 11
We know n = p x q
Hence the factor of the 143 = 11, 13
Now ( n ) =( p1)×( q1) [11, 13 one of them is p or q]
=> ( n ) =10 ×12=120
Now for private key
=> d ×e=1 mod ( n )
=> d ×11=1 mod 120
Using Chinese remainder theorem
Multiply both side by 11
=> d (11 ×11)=1 1mod 120
=> d=11mod 120
Hence the d = 11, and private key pair is (143,11) Ans.
2. Solution
Key is given (143, 11)
Cryptography Basics I Assignment_3

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Information Security Management | Assignment
|5
|732
|19

Using DES with Cipher Block Chaining to Send a Message to Alice
|3
|1047
|51

Comparison of two approaches for security and explanation of RSA algorithm
|3
|1470
|499