iv property

String iv
final

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;