public interface BytesEncryptor
byte[]
decrypt(byte[] encryptedByteArray)
encrypt(byte[] byteArray)
byte[] encrypt(byte[] byteArray)
byte[] decrypt(byte[] encryptedByteArray)