Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 264 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 264 Bytes

PSUCrypt-PublicKey

Run program with python3 main.py

This is a python version of elGamal for CS585 Cryptography

main.py contains all code for keygeneration, encryption, and decryption.

ptext.txt contains plaintext to be encrypted

Requirements: Python 3.9.1