vanphash library
Vanilla Password Hashing or vanphash is a simple password generator based on hashing, it starts as a legacy alternative to Twik Android app.
Functions
-
custom_password(
String tag, String master_password, String secret_key, int length, int min_upper_alphas, int min_lower_alphas, int min_digits, int min_specials, int max_upper_alphas, int max_lower_alphas, int max_digits, int max_specials ) → dynamic -
password(
String tag, String master_password, String secret_key, int length ) → dynamic -
twik_password(
String tag, String master_password, String secret_key, int length, PasswordType password_type ) → dynamic