asciiEncryption

Python implementation of the algorithm provided in the below link:

Paper Link

Restrictions :

i) Message and Key must be of the same length ( working on it )
ii) zfill() in getBin() function must be changed accordingly when encrypting larger messages ( working on it )

Decryption algorithm will be provided soon.