/PlayFiarEncryptionTechnique

Implementation of Play Fair encryption

Primary LanguagePython

PlayFiarEncryptionTechnique

Implementation of Play Fair encryption

Rules: ->Don't make pair of same letters, add dummy 'x' in between them
->If length is odd after pairing, add 'z'
->'j' is replaced by 'i'.
->Repeated letters not allowed in the key.
->Plain Text should be only alphabetic.

Thanks for reading ;)