PBKDF2 class

pbkdf2 Key derivation function with a random salt

Inheritance

Constructors

PBKDF2()

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

deriveKey(String password, {Uint8List? salt}) KeyIV
Derive a KeyIV with given password and optional salt Expects password to be a utf-8 string If salt is not provided, a random 8-byte one will be generated
override
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