Apps allows generate a cryptographic strong passwords with next options:
~ any dificulty (possible use upper chars, lower chars, numbers, special chars)
~ custom symbols support
~ support load custom symbols from file
~ do not repeat chars
~ length from 1 to 100
~ copy password to Clipboard
~ editable passwords
~ possibility of randomly shuffling the generated password
~ saving password generator settings
~ Improved password generation security. ~ Increased the number of options available to generate a password. ~ Added function to save password generation settings. ~ Added function of randomly shuffle generated password. ~ In Android 8.0 and higher, only cryptographically stable RNG are used to generate a password (for example, SHA1PRNG from AndroidOpenSSL) ~ User can select the sources of entropy for initializing the RNG, including the user’s entropy. ~ Added Android 9.0 support
~SemTur
1.5.1 1.5.1
~ Improved password generation security. ~ Increased the number of options available to generate a password. ~ Added function to save password generation settings. ~ Added function of randomly shuffle generated password. ~ In Android 8.0 and higher, only cryptographically stable RNG are used to generate a password (for example, SHA1PRNG from AndroidOpenSSL) ~ User can select the sources of entropy for initializing the RNG, including the user’s entropy. ~ Added Android 9.0 support