This is a public method which is used to encrypt plain text using Homophonic Substitution Cipher method @param plainText This is a String parameter to encrypt method, this signifies plain text which is passed. @return String This returns the cipherText.
(String plainText)