UNPKG

zxcvbn3

Version:

realistic password strength estimation

10 lines (9 loc) 311 B
export declare class TimeEstimates { static estimate_attack_times(guesses: number): { crack_times_seconds: any; crack_times_display: any; score: number; }; static guesses_to_score(guesses: number): 1 | 2 | 3 | 4 | 0; static display_time(seconds: number): any; }