Created
August 26, 2020 01:21
-
-
Save ryo-takahashi/2bc0c4b12be52a4a0c059b436c37862b to your computer and use it in GitHub Desktop.
ランダムな文字列を生成するコマンド
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat /dev/urandom | base64 | fold -w 32 | head -n 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment