/RSA-encryption

Assignment of EE8209 Information security module

Primary LanguagePython

RSA-encryption

implement RSA from scratch for your assignment 2. You can use any programming language. Similar to assignment 1, you need to encrypt your name and decrypt it back. All the intermediate states should be printed. The code should be properly commented. Note that you need to select two large prime numbers for p and q. For more information refer project doc pdf.

Run program in linux

python3 RSA_encryption.py