date +%s | sha256sum | base64 | head -c 32 ; echo ... 使用 openssl 的 rand 功能產生亂數密碼: openssl rand -base64 32.
確定! 回上一頁