Skip to content

Implementation of Affine Cipher, Vigenere Cipher, Extended Euclidean Algorithm, RSA, El-Gamal

Notifications You must be signed in to change notification settings

Neha-M06/Cryptography-Network-security-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptography-Network-security-

  1. Implement Affine Cipher.
  2. Implement Vigenere Cipher.
  3. Implement Extended Euclidean Algorithm.
  4. Implement RSA: Select e, d, n. Encrypt a word using e and decrypt using d.
  5. Implement El-Gamal: Select e1, e2, r, d. Compute c1, c2. Decrypt using d.

About

Implementation of Affine Cipher, Vigenere Cipher, Extended Euclidean Algorithm, RSA, El-Gamal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages