NotQwerty123 v1.1.1 NotQwerty123.Tools

Various tools used by the password strength checker.

Summary

Functions

Apply a function to every element in a list and return true is any of the elements returns true

Create the word map used in the common password strength check

Macros

Similar to &&, but the expression on the right will only be evaluated if the left expression is true

Check to see if all the functions in a list return true

Functions

any?(list, fun)

Apply a function to every element in a list and return true is any of the elements returns true.

get_words()

Create the word map used in the common password strength check.

Macros

left &&& right

Similar to &&, but the expression on the right will only be evaluated if the left expression is true.

all_true?(list)

Check to see if all the functions in a list return true.