ZXCVBN
▼
Project version
v0.3.0
v0.2.0
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Pages
Modules
API Reference
Modules
zxcvbn-elixir
Installation
Usage
Output Description
Benchmark
Test
Author
ZXCVBN
Summary
Functions
zxcvbn/2
ZXCVBN.AdjacencyGraphs
Summary
Functions
adjacency_graph/0
ZXCVBN.DefaultMessageFormatter
Summary
Functions
format/1
ZXCVBN.Feedback
Summary
Functions
get_feedback/2
ZXCVBN.FrequencyLists
Summary
Functions
frequency_lists/0
ZXCVBN.Matching
Summary
Functions
add_frequency_lists/2
build_ranked_dict/1
date_match/2
dedup/1
do_sequence_match/2
map_ints_to_dmy/1
omnimatch/2
regex_match/3
sequence_match/2
spatial_match_helper/3
ZXCVBN.MessageFormatter
Summary
Functions
format/1
ZXCVBN.Scoring
Summary
Functions
most_guessable_match_sequence/3
nCk/2
re_all_upper/0
re_start_upper/0
reference_year/0
spatial_guesses/1
ZXCVBN.TimeEstimates
Summary
Functions
estimate_attack_times/1
ZXCVBN.Utils
Summary
Functions
calc_average_degree/1
downcase/1
factorial/1
file_to_list/1
pow/2
slice/2
slice/3
strlen/1
strlen_bruteforce/1
time/0
Search documentation of ZXCVBN
Settings
View Source
ZXCVBN.Utils
(ZXCVBN v0.3.0)
Helper functions
Summary
Functions
calc_average_degree(graph)
downcase(string)
factorial(n)
file_to_list(file)
pow(n, k)
slice(string, arg)
slice(string, start_pos, len)
strlen(string)
strlen_bruteforce(string)
time()
Functions
Link to this function
calc_average_degree(graph)
View Source
Link to this function
downcase(string)
View Source
Link to this function
factorial(n)
View Source
@spec
factorial(
integer
()) ::
integer
()
Link to this function
file_to_list(file)
View Source
Link to this function
pow(n, k)
View Source
@spec
pow(
number
(),
number
()) ::
number
()
Link to this function
slice(string, arg)
View Source
Link to this function
slice(string, start_pos, len)
View Source
Link to this function
strlen(string)
View Source
Link to this function
strlen_bruteforce(string)
View Source
Link to this function
time()
View Source
×