CryptoDart class sealed

Constructors

CryptoDart()

Properties

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

Methods

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

Static Properties

AES AES
getter/setter pair
enc Encoders
getter/setter pair
TripleDES TripleDES
getter/setter pair

Static Methods

EvpKDF({required dynamic password, required Uint8List salt, int keySize = 4, int ivSize = 0, int iterations = 1, String hasher = 'MD5'}) EvpKDFResult
MD2(dynamic data) Hasher
MD4(dynamic data) Hasher
MD5(dynamic data) Hasher
PBKDF2({String hasher = HashAlgorithms.SHA256, int iterations = 250000, int keySize = 4, required Uint8List salt, required dynamic password, int? blockLength}) Uint8List
randomUint8List(int nBytes) Uint8List
RIPEMD160(dynamic data) Hasher
SHA1(dynamic data) Hasher
SHA224(dynamic data) Hasher
SHA256(dynamic data) Hasher
SHA3(dynamic data) Hasher
SHA384(dynamic data) Hasher
SHA512(dynamic data) Hasher
TIGER(dynamic data) Hasher
WHIRLPOOL(dynamic data) Hasher