Videos

Published on January 18th, 2018 📆 | 6310 Views ⚑

0

NETWORK SECURITY – RSA ALGORITHM


https://www.ispeech.org


RSA Algorithm is the example for Public Key Encryption algorithm.
Here we are supposed to find two keys
1) Public Key which is used at encryption
2) Private Key which is used at decryption
step 1: Select two large Primes P , Q
Step 2: Calculate n=P*Q & O(n) = (P-1)*(Q-1)
Step 3: Assume e and d (Public and Private Key).
Step 4: Encrypt the Plain Text using Public Key e.
Step 5: Decrypt the Cipher Text using Private Key d.


2018-01-18 18:02:45

source





Tagged with:



Comments are closed.