Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 496 Bytes

File metadata and controls

5 lines (4 loc) · 496 Bytes

Crypt

crypt.py - A python file containing encryption and decryption functions which will be used in other encrytion related programs

asymm.py - Contains a python based textual user prompt that encrypts and decrypts the entered text via an asymmetric encrytion algorithm that has been implemented in crypt.py. Encrypting a cyphertext will return the encrypted text and the corersponding key. Decrypting a text will return the cyphertext. Note (key is needed to aquire accurate decryption).