NETWORK SECURITY - RSA ALGORITHM

Описание к видео NETWORK SECURITY - RSA ALGORITHM

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.

Комментарии

Информация по комментариям в разработке