略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: sodium_crypto_shorthash

2024-05-07

sodium_crypto_shorthash

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_shorthashCompute a short hash of a message and key

说明

sodium_crypto_shorthash(string $message, string $key): string

sodium_crypto_shorthash() wraps a hash function called SipHash-2-4, which is ideal for implementing hash tables that are not susceptible to hash collision denial of service attacks (Hash-DoS).

SipHash-2-4 isn't a general purpose cryptographic hash function.

参数

message

The message to hash.

key

The hash key.

返回值

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/function.sodium-crypto-shorthash.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3