UNPKG

@sousafrc/cipherkey-lib

Version:
3 lines (2 loc) 247 B
export declare const sanitize: (cipherkey: string, no_symbols?: boolean, no_numbers?: boolean) => string; export declare const generateCipherKey: (to_hash: string, cipherkey_length: number, website: string, username: string) => Promise<string>;