-
public interface EncryptionInterface that allows storing data in encrypted format. Encryption/decryption round should return exactly the same data as it given for the encryption originally (even if decryption happens in another process/app launch).
public interface Encryption
Interface that allows storing data in encrypted format. Encryption/decryption round should return exactly the same data as it given for the encryption originally (even if decryption happens in another process/app launch).