Easy ways to generate secure passwords
Using openssl and base64 openssl rand -base64 25 The above command will generate a random string with the length of 25 characters. 2.
Tips, tricks, how-to, tutorials – all about Information Technology – Since 2004
Using openssl and base64 openssl rand -base64 25 The above command will generate a random string with the length of 25 characters. 2.