Network Security and Cryptography by Sarhan M. Musa
Author:Sarhan M. Musa
Language: eng
Format: epub, mobi
ISBN: 9781942270836
Publisher: Mercury Learning and Information
Published: 2018-02-09T05:00:00+00:00
7.4.1 Main Components
Determination of Keys
Encryption Algorithm
Decryption Algorithm
7.4.1.1 Determination of Keys
A User (Say User “A”) computes its private key and public key as follows:
Choose two large prime numbers p and q. (The larger the prime numbers, the more difficult it would be to break the cipher.)
Compute n = pq
Compute Φ (n) = (p – 1) (q – 1)
Choose an integer e such that e is less than Φ(n) and relatively prime to Φ(n), that is, GCD (e, Φ(n)) = 1. Note that e will always be odd, since Φ(n) is even.
Compute integer d as the multiplicative inverse of e mod Φ(n)
D = e – 1 (mod Φ(n))
Thus, e and d form multiplicative inverses of each other (mod Φ(n)).
• The pair (e, n) forms the Public Key of the user “A,” which is made public and distributed to other users in the cryptosystem.
• The pair (d, n) forms the Private Key of the user “A,” which “A keeps secret; it is not known to anyone except “A”.
Download
Network Security and Cryptography by Sarhan M. Musa.mobi
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Effective Threat Investigation for SOC Analysts by Yahia Mostafa;(6566)
Practical Memory Forensics by Svetlana Ostrovskaya & Oleg Skulkin(6287)
Machine Learning Security Principles by John Paul Mueller(6257)
Attacking and Exploiting Modern Web Applications by Simone Onofri & Donato Onofri(5929)
Operationalizing Threat Intelligence by Kyle Wilhoit & Joseph Opacki(5890)
Solidity Programming Essentials by Ritesh Modi(4032)
Microsoft 365 Security, Compliance, and Identity Administration by Peter Rising(3671)
Operationalizing Threat Intelligence by Joseph Opacki Kyle Wilhoit(3403)
Future Crimes by Marc Goodman(3350)
Mastering Python for Networking and Security by José Manuel Ortega(3346)
Mastering Azure Security by Mustafa Toroman and Tom Janetscheck(3335)
Blockchain Basics by Daniel Drescher(3303)
Learn Computer Forensics - Second Edition by William Oettinger(3167)
Incident Response with Threat Intelligence by Roberto Martínez(2890)
Mobile App Reverse Engineering by Abhinav Mishra(2884)
Mastering Bitcoin: Programming the Open Blockchain by Andreas M. Antonopoulos(2872)
The Code Book by Simon Singh(2830)
From CIA to APT: An Introduction to Cyber Security by Edward G. Amoroso & Matthew E. Amoroso(2782)
Building a Next-Gen SOC with IBM QRadar: Accelerate your security operations and detect cyber threats effectively by Ashish M Kothekar(2746)
