开发者

Why do Unix passwords use the system time and PID for the salt value?

开发者 https://www.devze.com 2023-01-29 10:26 出处:网络
I don\'t understand why the PID and time is used. I guess the time is to help randomize the salt, and I suppose the PID does as well? Isn\'t there a chance a lot of o开发者_开发百科ther uses could hav

I don't understand why the PID and time is used. I guess the time is to help randomize the salt, and I suppose the PID does as well? Isn't there a chance a lot of o开发者_开发百科ther uses could have the same PID?


You can't have two processes with the same Process ID at the same time.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号