Skip to content

Commit 28ae80e

Browse files
committed
随机密码
1 parent b55cd2e commit 28ae80e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

zh-cn/rand/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 随机密码生成
2+
3+
命令行
4+
`openssl rand -hex 10` 10个字节16进制编码随机字符
5+
`openssl rand -base64 20` 20个字节base64编码随机字符

0 commit comments

Comments
 (0)