run the command:
openssl rand -base64 16
rand denotes randomness, base64 denotes readable format and 16 the password length
the output: 4twmIodX5QwjWP+OsTePLg==
run the command:
openssl rand -base64 16
rand denotes randomness, base64 denotes readable format and 16 the password length
the output: 4twmIodX5QwjWP+OsTePLg==