□ using mkpasswd make encrypted password
print "mypassword" | mkpasswd --stdin --method=md5
return md5 hash code -> blablablabla!@#!@$!@$
● method : des, md5, sha256, sha512
□ using chpasswd to user password change
printf 'userID:blablablabla!@#!@$!@$'|sudo chpasswd --encrypted
easy!
'IT' 카테고리의 다른 글
| 영상 다운로드(ffmpeg) (0) | 2022.10.17 |
|---|---|
| Alpine Linux using the korean input method (0) | 2022.10.17 |
| Modify linuxserver/firefox docker to display korean (1) | 2022.09.21 |
| google play search issue(구글 플레이 오류) (0) | 2022.09.18 |
| Speedtest ubuntu 설치시 apt 오류 해결법 (0) | 2022.08.06 |