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).