public interface Crypter
byte[]
decrypt(byte[] encryText)
encrypt(byte[] plainText)
byte[] decrypt(byte[] encryText)
encryText
byte[] encrypt(byte[] plainText)
plainText