PHP8 sodium_crypto_auth
(PHP 7 >= 7.2.0, PHP 8)
sodium_crypto_auth — 计算消息的标签
说明
sodium_crypto_auth(string $message, string $key): string
通过 sodium_crypto_auth() 的对称消息身份验证提供 诚信,但不是保密。
与数字签名(例如sodium_crypto_sign_detached())不同, 任何能够验证消息的一方也能够进行身份验证 他们自己的消息。(因此,对称身份验证。
参数
message
要进行身份验证的邮件
key
身份验证密钥
返回值
身份验证标记