array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.sodium-crypto-box-secretkey.php', 1 => 'sodium_crypto_box_secretkey', 2 => 'Extracts the secret key from a crypto_box keypair', ), 'up' => array ( 0 => 'ref.sodium.php', 1 => 'Sodium Funktionen', ), 'prev' => array ( 0 => 'function.sodium-crypto-box-seal-open.php', 1 => 'sodium_crypto_box_seal_open', ), 'next' => array ( 0 => 'function.sodium-crypto-box-seed-keypair.php', 1 => 'sodium_crypto_box_seed_keypair', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/sodium/functions/sodium-crypto-box-secretkey.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

sodium_crypto_box_secretkey

(PHP 7 >= 7.2.0, PHP 8)

sodium_crypto_box_secretkeyExtracts the secret key from a crypto_box keypair

Beschreibung

sodium_crypto_box_secretkey(#[\SensitiveParameter] string $key_pair): string

Given a keypair, fetch only the secret key.

Parameter-Liste

key_pair

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

Rückgabewerte

X25519 secret key.