UNPKG

mdb-reader

Version:

JavaScript library to read data from Access databases

5 lines (4 loc) 271 B
/** * Can probably be replaced with `crypto.webcrypto.subtle.derivekey(...)` once node 16 support is dropped */ export declare function deriveKey(password: Buffer, blockBytes: Buffer, algorithm: string, salt: Buffer, iterations: number, keyByteLength: number): Buffer;