TWPBKDF2 class abstract
Password-Based Key Derivation Function 2
Constructors
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 Methods
-
TWPBKDF2HmacSha256(
Pointer< Void> password, Pointer<Void> salt, int iterations, int dkLen) → Pointer<Void> - Derives a key from a password and a salt using PBKDF2 + Sha256.
-
TWPBKDF2HmacSha512(
Pointer< Void> password, Pointer<Void> salt, int iterations, int dkLen) → Pointer<Void> - Derives a key from a password and a salt using PBKDF2 + Sha512.