Skip to content

Lab Exercises about asymmetric encryption with RSA & Diffie-Hellman.

Notifications You must be signed in to change notification settings

albinzayedrawan/Asymmetric-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Asymmetric Encryption

RSA Encryption and Decryption:

  • Write a Python program that performs RSA encryption and decryption using your generated key pair.
  • Encrypt the following message: "CRYPTOGRAPHY" (convert each character to its ASCII value).
  • Decrypt the ciphertext back to the original message.

Diffie-Hellman Key Exchange:

  • Write a Python program that performs the Diffie-Hellman key exchange using the provided values and private keys for Alice and Bob.
  • The program should output both public keys and the shared secret key for both parties.

About

Lab Exercises about asymmetric encryption with RSA & Diffie-Hellman.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages