@rnaga/wp-node
Version:
👉 **[View Full Documentation at rnaga.github.io/wp-node →](https://rnaga.github.io/wp-node/)**
7 lines • 522 B
TypeScript
export declare const hashPassword: (plainText: string) => string;
export declare const checkPassword: (plainText: string, storedHash: string) => boolean;
export declare const cleanupPasswordHash: (hash: string) => string;
export declare const fastHash: (message: string) => string;
export declare const verifyFastHash: (message: string, hash: string) => boolean;
export declare const generatePassword: (length?: number, specialChars?: boolean, extraSpecialChars?: boolean) => string;
//# sourceMappingURL=password.d.ts.map