리눅스 랜덤 패스워드 생성

Jmnote bot (토론 | 기여)님의 2024년 2월 6일 (화) 13:35 판 (봇: 자동으로 텍스트 교체 (-<source +<syntaxhighlight , -</source> +</syntaxhighlight>))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

리눅스 랜덤 패스워드 생성
testuser@localhost:~$ < /dev/urandom tr -dc A-Za-z0-9 | head -c32; echo
u5etCB4B9oGr9wJbtjqFMoNcwEwEChsw
testuser@localhost:~$ < /dev/urandom tr -dc A-Za-z0-9 | head -c64; echo
eforJvkfgfy9LOueWrWAJMrKZp4CilEYzPt54K0SJ2QFYpTI0HCfGuWHUfpoI68b

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}