PHP 8.3.4 Released!

sodium_crypto_box_publickey

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_box_publickeyExtract the public key from a crypto_box keypair

Açıklama

sodium_crypto_box_publickey(string $key_pair): string

Given a keypair, fetch only the public key.

Bağımsız Değişkenler

key_pair

A keypair, such as one generated by sodium_crypto_box_keypair() or sodium_crypto_box_seed_keypair()

Dönen Değerler

X25519 public key.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top