layanmoyura / RSA-encryption

Assignment of EE8209 Information security module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Assignment of EE8209 Information security module


Languages

Language:Python 100.0%