AESCipher class

AES-256-CTR encryption/decryption utilities.

Constructors

AESCipher(String seed)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seed String
final

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