Comment on Strong PasswordsparentComments−e1g10yMaking the password easier to enter on a mobile is a clever idea. Those who don't care for that, and want to generate a random password can use openssl - $ openssl rand -base64 25
Comments
Making the password easier to enter on a mobile is a clever idea. Those who don't care for that, and want to generate a random password can use openssl -