KdbxFormat class

Constructors

KdbxFormat([Argon2? argon2])

Properties

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

Methods

create(Credentials credentials, String name, {String? generator, KdbxHeader? header}) KdbxFile
Creates a new, empty KdbxFile with default settings. If header is not given by default a kdbx 4.0 file will be created.
decrypt(KdbxHeader header, Uint8List encrypted, Uint8List cipherKey) Uint8List
hmacBlockTransformer(Uint8List hmacKey, ReaderHelper reader) Uint8List
hmacBlockTransformerEncrypt(Uint8List hmacKey, Uint8List data) Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(Uint8List input, Credentials credentials) Future<KdbxFile>
save<T>(KdbxFile file, FileSaveCallback<T> saveBytes) Future<T>
Saves the given file.
toString() String
A string representation of this object.
inherited
transformContentV4ChaCha20(KdbxHeader header, Uint8List encrypted, Uint8List cipherKey) Uint8List

Operators

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

Static Properties

dartWebWorkaround bool
getter/setter pair