Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/firebase/6.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在linux中,哪个配置文件将登录密码原始文本转换为哈希?_Linux_Bash_Shell - Fatal编程技术网

在linux中,哪个配置文件将登录密码原始文本转换为哈希?

在linux中,哪个配置文件将登录密码原始文本转换为哈希?,linux,bash,shell,Linux,Bash,Shell,我想知道,哪个系统文件会将用户输入的原始文本转换为哈希值,以验证卷影文件中的密码?在使用PAM的普通Linux发行版上,密码会通过PAM\u unix.so根据卷影文件进行验证。这个库利用libcrypt.so来进行实际的哈希运算

我想知道,哪个系统文件会将用户输入的原始文本转换为哈希值,以验证卷影文件中的密码?

在使用PAM的普通Linux发行版上,密码会通过
PAM\u unix.so
根据卷影文件进行验证。这个库利用
libcrypt.so
来进行实际的哈希运算