openssl 產生指定位元組長度的隨機 16 進制 (hex) 字串
產生長度 32 位元組 (256 bits) 的 16 進制隨機字串
openssl rand -hex 32
也可以用 base64 表示
openssl rand -base64 32
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
產生長度 32 位元組 (256 bits) 的 16 進制隨機字串
openssl rand -hex 32
也可以用 base64 表示
openssl rand -base64 32