UNPKG

@foal/core

Version:

Full-featured Node.js framework, with no complexity

8 lines (7 loc) 200 B
export declare function decomposePbkdf2PasswordHash(passwordHash: string): { digestAlgorithm: 'sha256'; iterations: number; salt: Buffer; derivedKey: Buffer; keyLength: number; };