Hasilkan Kata Sandi Linux
password=$(openssl rand -base64 32)
echo $password
TheLazyLemur
password=$(openssl rand -base64 32)
echo $password