iv property
The Initialisation Vector, Base64-encoded.
A fresh IV is generated for every CryptoKit.encrypt call — two
encryptions of the same plaintext always produce different output.
Implementation
final String iv;
The Initialisation Vector, Base64-encoded.
A fresh IV is generated for every CryptoKit.encrypt call — two
encryptions of the same plaintext always produce different output.
final String iv;