总有人间一两风,填我十万八千梦

PHP sodium_crypto_stream_xchacha20_xor 用法 手册 | 示例代码

PHP开发手册 归档 713℃ 0评论

sodium_crypto_stream_xchacha20_xor

(PHP 8 >= 8.1.0)

sodium_crypto_stream_xchacha20_xorEncrypts a message using a nonce and a secret key (no authentication)

说明

sodium_crypto_stream_xchacha20_xor(string $message, string $nonce, string $key): string

Encrypts a message using a nonce and a secret key (no authentication).

警告

This encryption is unauthenticated, and does not prevent chosen-ciphertext attacks. Make sure to combine the ciphertext with a Message Authentication Code, for example with sodium_crypto_aead_xchacha20poly1305_ietf_encrypt() function, or sodium_crypto_auth().

参数

message

The message to encrypt.

nonce

24-byte nonce.

key

Key, possibly generated from sodium_crypto_stream_xchacha20_keygen().

返回值

Encrypted message.

用户贡献的笔记

There are no user contributed notes for this page.

转载请注明:悠然品鉴 » PHP sodium_crypto_stream_xchacha20_xor 用法 手册 | 示例代码

喜欢 (0)or分享 (0)
发表我的评论
取消评论

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址