标签: c cryptography crypt
我有点困惑。当我用salt和passphrase调用crypt时,返回的字符串称为hash或digest?我很困惑,因为我知道从加密函数返回的内容称为hash.But当我们调用时crypt我们也传递salt作为参数。 我们能说:
digest=$id$salt$hash
答案 0 :(得分:0)
Crypt函数不返回摘要本身,而是连接摘要加参数(如salt,函数标识符/版本/其他)。