我在/etc/shadow
. 我不太明白它的格式。
$y$j9T$F5Jx5fExrKuPp53xLKQ..1$X3DX6M94c7o.9agCG9G317fhZg9SqC.5i5rd.RhAtQ7
Run Code Online (Sandbox Code Playgroud)
它由四部分组成,如下所示。据crypt(5)
,y
指yescrypt
。
https://manpages.debian.org/unstable/libcrypt-dev/crypt.5.en.html
- y
- j9T
- F5Jx5fExrKuPp53xLKQ..1
- X3DX6M94c7o.9agCG9G317fhZg9SqC.5i5rd.RhAtQ7
Run Code Online (Sandbox Code Playgroud)
最后三部分是什么意思?