Encrypt a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_secretbox(), but produces the same result.
ParagonIE_Sodium_File::box_seal_open
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
Calculate the BLAKE2b hash of a file.
ParagonIE_Sodium_File::box_open
Open a boxed file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_box_open(), but produces the same result.
Advertisement
ParagonIE_Sodium_File::box_seal
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
Box a file (rather than a string). Uses less memory than ParagonIE_Sodium_Compat::crypto_box(), but produces the same result.
ParagonIE_Sodium_File
Class ParagonIE_Sodium_File