AESCipher class
AES-256-CTR encryption/decryption utilities.
Properties
Methods
-
decryptString(
String encryptedText) → String - Decrypt data using AES-256-CTR.
-
encryptString(
String data) → String - Encrypt data using AES-256-CTR with deterministic IV.
-
encryptStringWithNonce(
String data, String nonce) → String - Encrypt with random nonce (for selective encryption).
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited