PBKDF2 class

Wraps the PBKDF2 key derivator.

Constructors

PBKDF2({int blockLength = 64, int iterationCount = 10000, int desiredKeyLength = 64, String? salt = null})

Properties

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

Methods

encode(String id, List params, String salt, String hash) String
Encodes the Algorithm id and its params to the used salt and the generated hash.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
process(String password) String
Hashes the given plain-text password.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

id String
getter/setter pair