PasswordGen APP
The program can work in 2 modes:
1) Generating a password based on the keyword. To do this, in the first input field, enter the word or phrase, select one of the algorithms and click the «Generate» button.
2) Generating a password of a given length. Just enter the desired password length in the second input field and click the «Generate» button.
Briefly about the algorithms:
1) MD5 - the length of 32 characters, contains lowercase letters of the Latin alphabet and numbers.
2) SHA1 - the length of 40 characters, contains lowercase letters of the Latin alphabet and numbers.
3) BASE64 - contains letters, numbers, special characters. The longer the entered value - the longer the password.
The program does not store passwords!