You are here

142 calls to ParagonIE_Sodium_Core_Util::strlen() in Automatic Updates 8

ParagonIE_Sodium_Compat::add in vendor/paragonie/sodium_compat/src/Compat.php
Add two numbers (little-endian unsigned), storing the value in the first parameter.
ParagonIE_Sodium_Compat::base642bin in vendor/paragonie/sodium_compat/src/Compat.php
ParagonIE_Sodium_Compat::bin2base64 in vendor/paragonie/sodium_compat/src/Compat.php
ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_decrypt in vendor/paragonie/sodium_compat/src/Compat.php
Authenticated Encryption with Associated Data: Decryption
ParagonIE_Sodium_Compat::crypto_aead_aes256gcm_encrypt in vendor/paragonie/sodium_compat/src/Compat.php
Authenticated Encryption with Associated Data: Encryption
ParagonIE_Sodium_Compat::crypto_aead_chacha20poly1305_decrypt in vendor/paragonie/sodium_compat/src/Compat.php
Authenticated Encryption with Associated Data: Decryption
ParagonIE_Sodium_Compat::crypto_aead_chacha20poly1305_encrypt in vendor/paragonie/sodium_compat/src/Compat.php
Authenticated Encryption with Associated Data
ParagonIE_Sodium_Compat::crypto_aead_chacha20poly1305_ietf_decrypt in vendor/paragonie/sodium_compat/src/Compat.php
Authenticated Encryption with Associated Data: Decryption
ParagonIE_Sodium_Compat::crypto_aead_chacha20poly1305_ietf_encrypt in vendor/paragonie/sodium_compat/src/Compat.php
Authenticated Encryption with Associated Data
ParagonIE_Sodium_Compat::crypto_aead_xchacha20poly1305_ietf_decrypt in vendor/paragonie/sodium_compat/src/Compat.php
Authenticated Encryption with Associated Data: Decryption
ParagonIE_Sodium_Compat::crypto_aead_xchacha20poly1305_ietf_encrypt in vendor/paragonie/sodium_compat/src/Compat.php
Authenticated Encryption with Associated Data
ParagonIE_Sodium_Compat::crypto_auth in vendor/paragonie/sodium_compat/src/Compat.php
Authenticate a message. Uses symmetric-key cryptography.
ParagonIE_Sodium_Compat::crypto_auth_verify in vendor/paragonie/sodium_compat/src/Compat.php
Verify the MAC of a message previously authenticated with crypto_auth.
ParagonIE_Sodium_Compat::crypto_box in vendor/paragonie/sodium_compat/src/Compat.php
Authenticated asymmetric-key encryption. Both the sender and recipient may decrypt messages.
ParagonIE_Sodium_Compat::crypto_box_keypair_from_secretkey_and_publickey in vendor/paragonie/sodium_compat/src/Compat.php
Combine two keys into a keypair for use in library methods that expect a keypair. This doesn't necessarily have to be the same person's keys.
ParagonIE_Sodium_Compat::crypto_box_open in vendor/paragonie/sodium_compat/src/Compat.php
Decrypt a message previously encrypted with crypto_box().
ParagonIE_Sodium_Compat::crypto_box_publickey in vendor/paragonie/sodium_compat/src/Compat.php
Extract the public key from a crypto_box keypair.
ParagonIE_Sodium_Compat::crypto_box_publickey_from_secretkey in vendor/paragonie/sodium_compat/src/Compat.php
Calculate the X25519 public key from a given X25519 secret key.
ParagonIE_Sodium_Compat::crypto_box_seal in vendor/paragonie/sodium_compat/src/Compat.php
Anonymous public-key encryption. Only the recipient may decrypt messages.
ParagonIE_Sodium_Compat::crypto_box_seal_open in vendor/paragonie/sodium_compat/src/Compat.php
Opens a message encrypted with crypto_box_seal(). Requires the recipient's keypair (sk || pk) to decrypt successfully.
ParagonIE_Sodium_Compat::crypto_box_secretkey in vendor/paragonie/sodium_compat/src/Compat.php
Extract the secret key from a crypto_box keypair.
ParagonIE_Sodium_Compat::crypto_generichash in vendor/paragonie/sodium_compat/src/Compat.php
Calculates a BLAKE2b hash, with an optional key.
ParagonIE_Sodium_Compat::crypto_generichash_init in vendor/paragonie/sodium_compat/src/Compat.php
Initialize a BLAKE2b hashing context, for use in a streaming interface.
ParagonIE_Sodium_Compat::crypto_generichash_init_salt_personal in vendor/paragonie/sodium_compat/src/Compat.php
Initialize a BLAKE2b hashing context, for use in a streaming interface.
ParagonIE_Sodium_Compat::crypto_kdf_derive_from_key in vendor/paragonie/sodium_compat/src/Compat.php
ParagonIE_Sodium_Compat::crypto_kx in vendor/paragonie/sodium_compat/src/Compat.php
Perform a key exchange, between a designated client and a server.
ParagonIE_Sodium_Compat::crypto_kx_client_session_keys in vendor/paragonie/sodium_compat/src/Compat.php
ParagonIE_Sodium_Compat::crypto_kx_seed_keypair in vendor/paragonie/sodium_compat/src/Compat.php
ParagonIE_Sodium_Compat::crypto_kx_server_session_keys in vendor/paragonie/sodium_compat/src/Compat.php
ParagonIE_Sodium_Compat::crypto_scalarmult in vendor/paragonie/sodium_compat/src/Compat.php
Calculate the shared secret between your secret key and your recipient's public key.
ParagonIE_Sodium_Compat::crypto_scalarmult_base in vendor/paragonie/sodium_compat/src/Compat.php
Calculate an X25519 public key from an X25519 secret key.
ParagonIE_Sodium_Compat::crypto_secretbox in vendor/paragonie/sodium_compat/src/Compat.php
Authenticated symmetric-key encryption.
ParagonIE_Sodium_Compat::crypto_secretbox_open in vendor/paragonie/sodium_compat/src/Compat.php
Decrypts a message previously encrypted with crypto_secretbox().
ParagonIE_Sodium_Compat::crypto_secretbox_xchacha20poly1305 in vendor/paragonie/sodium_compat/src/Compat.php
Authenticated symmetric-key encryption.
ParagonIE_Sodium_Compat::crypto_secretbox_xchacha20poly1305_open in vendor/paragonie/sodium_compat/src/Compat.php
Decrypts a message previously encrypted with crypto_secretbox_xchacha20poly1305().
ParagonIE_Sodium_Compat::crypto_secretstream_xchacha20poly1305_init_pull in vendor/paragonie/sodium_compat/src/Compat.php
ParagonIE_Sodium_Compat::crypto_shorthash in vendor/paragonie/sodium_compat/src/Compat.php
Calculates a SipHash-2-4 hash of a message for a given key.
ParagonIE_Sodium_Compat::crypto_sign in vendor/paragonie/sodium_compat/src/Compat.php
Returns a signed message. You probably want crypto_sign_detached() instead, which only returns the signature.
ParagonIE_Sodium_Compat::crypto_sign_detached in vendor/paragonie/sodium_compat/src/Compat.php
Calculate the Ed25519 signature of a message and return ONLY the signature.
ParagonIE_Sodium_Compat::crypto_sign_ed25519_pk_to_curve25519 in vendor/paragonie/sodium_compat/src/Compat.php
Convert an Ed25519 public key to a Curve25519 public key
ParagonIE_Sodium_Compat::crypto_sign_ed25519_sk_to_curve25519 in vendor/paragonie/sodium_compat/src/Compat.php
Convert an Ed25519 secret key to a Curve25519 secret key
ParagonIE_Sodium_Compat::crypto_sign_keypair_from_secretkey_and_publickey in vendor/paragonie/sodium_compat/src/Compat.php
ParagonIE_Sodium_Compat::crypto_sign_open in vendor/paragonie/sodium_compat/src/Compat.php
Validates a signed message then returns the message.
ParagonIE_Sodium_Compat::crypto_sign_publickey in vendor/paragonie/sodium_compat/src/Compat.php
Extract an Ed25519 public key from an Ed25519 keypair.
ParagonIE_Sodium_Compat::crypto_sign_publickey_from_secretkey in vendor/paragonie/sodium_compat/src/Compat.php
Calculate an Ed25519 public key from an Ed25519 secret key.
ParagonIE_Sodium_Compat::crypto_sign_secretkey in vendor/paragonie/sodium_compat/src/Compat.php
Extract an Ed25519 secret key from an Ed25519 keypair.
ParagonIE_Sodium_Compat::crypto_sign_verify_detached in vendor/paragonie/sodium_compat/src/Compat.php
Verify the Ed25519 signature of a message.
ParagonIE_Sodium_Compat::crypto_stream in vendor/paragonie/sodium_compat/src/Compat.php
Expand a key and nonce into a keystream of pseudorandom bytes.
ParagonIE_Sodium_Compat::crypto_stream_xor in vendor/paragonie/sodium_compat/src/Compat.php
DANGER! UNAUTHENTICATED ENCRYPTION!
ParagonIE_Sodium_Compat::increment in vendor/paragonie/sodium_compat/src/Compat.php
Increase a string (little endian)
ParagonIE_Sodium_Compat::pad in vendor/paragonie/sodium_compat/src/Compat.php
ParagonIE_Sodium_Compat::unpad in vendor/paragonie/sodium_compat/src/Compat.php
ParagonIE_Sodium_Core32_ChaCha20::encryptBytes in vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_ChaCha20_Ctx::__construct in vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php
ParagonIE_Sodium_Core_ChaCha20_Ctx constructor.
ParagonIE_Sodium_Core32_ChaCha20_IetfCtx::__construct in vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php
ParagonIE_Sodium_Core_ChaCha20_IetfCtx constructor.
ParagonIE_Sodium_Core32_Curve25519::fe_frombytes in vendor/paragonie/sodium_compat/src/Core32/Curve25519.php
Give: 32-byte string. Receive: A field element object to use for internal calculations.
ParagonIE_Sodium_Core32_Curve25519::slide in vendor/paragonie/sodium_compat/src/Core32/Curve25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Ed25519::check_S_lt_L in vendor/paragonie/sodium_compat/src/Core32/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Ed25519::publickey in vendor/paragonie/sodium_compat/src/Core32/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Ed25519::secretkey in vendor/paragonie/sodium_compat/src/Core32/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Ed25519::seed_keypair in vendor/paragonie/sodium_compat/src/Core32/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Ed25519::verify_detached in vendor/paragonie/sodium_compat/src/Core32/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_HSalsa20::hsalsa20 in vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php
Calculate an hsalsa20 hash of a single block
ParagonIE_Sodium_Core32_Poly1305::onetimeauth in vendor/paragonie/sodium_compat/src/Core32/Poly1305.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Poly1305::onetimeauth_verify in vendor/paragonie/sodium_compat/src/Core32/Poly1305.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Poly1305_State::blocks in vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Poly1305_State::update in vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Poly1305_State::__construct in vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php
ParagonIE_Sodium_Core32_Poly1305_State constructor.
ParagonIE_Sodium_Core32_Salsa20::core_salsa20 in vendor/paragonie/sodium_compat/src/Core32/Salsa20.php
Calculate an salsa20 hash of a single block
ParagonIE_Sodium_Core32_Salsa20::salsa20 in vendor/paragonie/sodium_compat/src/Core32/Salsa20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Salsa20::salsa20_xor in vendor/paragonie/sodium_compat/src/Core32/Salsa20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_Salsa20::salsa20_xor_ic in vendor/paragonie/sodium_compat/src/Core32/Salsa20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_SipHash::sipHash24 in vendor/paragonie/sodium_compat/src/Core32/SipHash.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_XChaCha20::stream in vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_XChaCha20::streamXorIc in vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core32_XSalsa20::xsalsa20_xor in vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php
Encrypt a string with XSalsa20. Doesn't provide integrity.
ParagonIE_Sodium_Core_Base64_Common::decode in vendor/paragonie/sodium_compat/src/Core/Base64/Common.php
decode from base64 into binary
ParagonIE_Sodium_Core_Base64_Common::doEncode in vendor/paragonie/sodium_compat/src/Core/Base64/Common.php
ParagonIE_Sodium_Core_Base64_Original::decode in vendor/paragonie/sodium_compat/src/Core/Base64/Original.php
decode from base64 into binary
ParagonIE_Sodium_Core_Base64_Original::doEncode in vendor/paragonie/sodium_compat/src/Core/Base64/Original.php
ParagonIE_Sodium_Core_Base64_UrlSafe::decode in vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php
decode from base64 into binary
ParagonIE_Sodium_Core_Base64_UrlSafe::doEncode in vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php
ParagonIE_Sodium_Core_ChaCha20::encryptBytes in vendor/paragonie/sodium_compat/src/Core/ChaCha20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_ChaCha20_Ctx::__construct in vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php
ParagonIE_Sodium_Core_ChaCha20_Ctx constructor.
ParagonIE_Sodium_Core_ChaCha20_IetfCtx::__construct in vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php
ParagonIE_Sodium_Core_ChaCha20_IetfCtx constructor.
ParagonIE_Sodium_Core_Curve25519::fe_frombytes in vendor/paragonie/sodium_compat/src/Core/Curve25519.php
Give: 32-byte string. Receive: A field element object to use for internal calculations.
ParagonIE_Sodium_Core_Curve25519::slide in vendor/paragonie/sodium_compat/src/Core/Curve25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Ed25519::check_S_lt_L in vendor/paragonie/sodium_compat/src/Core/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Ed25519::publickey in vendor/paragonie/sodium_compat/src/Core/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Ed25519::secretkey in vendor/paragonie/sodium_compat/src/Core/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Ed25519::seed_keypair in vendor/paragonie/sodium_compat/src/Core/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Ed25519::verify_detached in vendor/paragonie/sodium_compat/src/Core/Ed25519.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Poly1305::onetimeauth in vendor/paragonie/sodium_compat/src/Core/Poly1305.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Poly1305::onetimeauth_verify in vendor/paragonie/sodium_compat/src/Core/Poly1305.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Poly1305_State::blocks in vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Poly1305_State::update in vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Poly1305_State::__construct in vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php
ParagonIE_Sodium_Core_Poly1305_State constructor.
ParagonIE_Sodium_Core_Salsa20::core_salsa20 in vendor/paragonie/sodium_compat/src/Core/Salsa20.php
Calculate an salsa20 hash of a single block
ParagonIE_Sodium_Core_Salsa20::salsa20 in vendor/paragonie/sodium_compat/src/Core/Salsa20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Salsa20::salsa20_xor in vendor/paragonie/sodium_compat/src/Core/Salsa20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_Salsa20::salsa20_xor_ic in vendor/paragonie/sodium_compat/src/Core/Salsa20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_SecretStream_State::getNonce in vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php
ParagonIE_Sodium_Core_SipHash::sipHash24 in vendor/paragonie/sodium_compat/src/Core/SipHash.php
Implements Siphash-2-4 using only 32-bit numbers.
ParagonIE_Sodium_Core_Util::bin2hex in vendor/paragonie/sodium_compat/src/Core/Util.php
Convert a binary string into a hexadecimal string without cache-timing leaks
ParagonIE_Sodium_Core_Util::bin2hexUpper in vendor/paragonie/sodium_compat/src/Core/Util.php
Convert a binary string into a hexadecimal string without cache-timing leaks, returning uppercase letters (as per RFC 4648)
ParagonIE_Sodium_Core_Util::chrToInt in vendor/paragonie/sodium_compat/src/Core/Util.php
Cache-timing-safe variant of ord()
ParagonIE_Sodium_Core_Util::compare in vendor/paragonie/sodium_compat/src/Core/Util.php
Compares two strings.
ParagonIE_Sodium_Core_Util::hashEquals in vendor/paragonie/sodium_compat/src/Core/Util.php
Evaluate whether or not two strings are equal (in constant-time)
ParagonIE_Sodium_Core_Util::hex2bin in vendor/paragonie/sodium_compat/src/Core/Util.php
Convert a hexadecimal string into a binary string without cache-timing leaks
ParagonIE_Sodium_Core_Util::load64_le in vendor/paragonie/sodium_compat/src/Core/Util.php
Load a 8 character substring into an integer
ParagonIE_Sodium_Core_Util::load_3 in vendor/paragonie/sodium_compat/src/Core/Util.php
Load a 3 character substring into an integer
ParagonIE_Sodium_Core_Util::load_4 in vendor/paragonie/sodium_compat/src/Core/Util.php
Load a 4 character substring into an integer
ParagonIE_Sodium_Core_Util::substr in vendor/paragonie/sodium_compat/src/Core/Util.php
Safe substring
ParagonIE_Sodium_Core_XChaCha20::ietfStream in vendor/paragonie/sodium_compat/src/Core/XChaCha20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_XChaCha20::ietfStreamXorIc in vendor/paragonie/sodium_compat/src/Core/XChaCha20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_XChaCha20::stream in vendor/paragonie/sodium_compat/src/Core/XChaCha20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_XChaCha20::streamXorIc in vendor/paragonie/sodium_compat/src/Core/XChaCha20.php
@internal You should not use this directly from another application
ParagonIE_Sodium_Core_XSalsa20::xsalsa20_xor in vendor/paragonie/sodium_compat/src/Core/XSalsa20.php
Encrypt a string with XSalsa20. Doesn't provide integrity.
ParagonIE_Sodium_Crypto::aead_chacha20poly1305_decrypt in vendor/paragonie/sodium_compat/src/Crypto.php
AEAD Decryption with ChaCha20-Poly1305
ParagonIE_Sodium_Crypto::aead_chacha20poly1305_encrypt in vendor/paragonie/sodium_compat/src/Crypto.php
AEAD Encryption with ChaCha20-Poly1305
ParagonIE_Sodium_Crypto::aead_chacha20poly1305_ietf_decrypt in vendor/paragonie/sodium_compat/src/Crypto.php
AEAD Decryption with ChaCha20-Poly1305, IETF mode (96-bit nonce)
ParagonIE_Sodium_Crypto::aead_chacha20poly1305_ietf_encrypt in vendor/paragonie/sodium_compat/src/Crypto.php
AEAD Encryption with ChaCha20-Poly1305, IETF mode (96-bit nonce)
ParagonIE_Sodium_Crypto::box_publickey in vendor/paragonie/sodium_compat/src/Crypto.php
@internal Do not use this directly. Use ParagonIE_Sodium_Compat.
ParagonIE_Sodium_Crypto::box_publickey_from_secretkey in vendor/paragonie/sodium_compat/src/Crypto.php
@internal Do not use this directly. Use ParagonIE_Sodium_Compat.
ParagonIE_Sodium_Crypto::box_secretkey in vendor/paragonie/sodium_compat/src/Crypto.php
@internal Do not use this directly. Use ParagonIE_Sodium_Compat.
ParagonIE_Sodium_Crypto::secretbox in vendor/paragonie/sodium_compat/src/Crypto.php
XSalsa20-Poly1305 authenticated symmetric-key encryption.
ParagonIE_Sodium_Crypto::secretbox_open in vendor/paragonie/sodium_compat/src/Crypto.php
Decrypt a ciphertext generated via secretbox().
ParagonIE_Sodium_Crypto::secretbox_xchacha20poly1305 in vendor/paragonie/sodium_compat/src/Crypto.php
XChaCha20-Poly1305 authenticated symmetric-key encryption.
ParagonIE_Sodium_Crypto::secretbox_xchacha20poly1305_open in vendor/paragonie/sodium_compat/src/Crypto.php
Decrypt a ciphertext generated via secretbox_xchacha20poly1305().
ParagonIE_Sodium_Crypto::secretstream_xchacha20poly1305_pull in vendor/paragonie/sodium_compat/src/Crypto.php
ParagonIE_Sodium_Crypto::secretstream_xchacha20poly1305_push in vendor/paragonie/sodium_compat/src/Crypto.php
ParagonIE_Sodium_File::box in vendor/paragonie/sodium_compat/src/File.php
Box a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_box(), but produces the same result.
ParagonIE_Sodium_File::box_open in vendor/paragonie/sodium_compat/src/File.php
Open a boxed file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_box_open(), but produces the same result.
ParagonIE_Sodium_File::box_seal in vendor/paragonie/sodium_compat/src/File.php
Seal a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_box_seal(), but produces the same result.
ParagonIE_Sodium_File::box_seal_open in vendor/paragonie/sodium_compat/src/File.php
Open a sealed file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_box_seal_open(), but produces the same result.
ParagonIE_Sodium_File::generichash in vendor/paragonie/sodium_compat/src/File.php
Calculate the BLAKE2b hash of a file.
ParagonIE_Sodium_File::secretbox in vendor/paragonie/sodium_compat/src/File.php
Encrypt a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_secretbox(), but produces the same result.
ParagonIE_Sodium_File::secretbox_decrypt in vendor/paragonie/sodium_compat/src/File.php
Decrypt a file
ParagonIE_Sodium_File::secretbox_decrypt_core32 in vendor/paragonie/sodium_compat/src/File.php
Decrypt a file (32-bit)
ParagonIE_Sodium_File::secretbox_open in vendor/paragonie/sodium_compat/src/File.php
Seal a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_secretbox_open(), but produces the same result.
ParagonIE_Sodium_File::sign in vendor/paragonie/sodium_compat/src/File.php
Sign a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_sign_detached(), but produces the same result.
ParagonIE_Sodium_File::verify in vendor/paragonie/sodium_compat/src/File.php
Verify a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_sign_verify_detached(), but produces the same result.