libsodium

The latest version cannot build with PHP 8.1 and later. This extension is considered to be deprecated.
This extension has been replaced by sodium.

Wrapper for the Sodium cryptographic library

A simple, low-level PHP extension for libsodium.

Maintainer

  • Frank Denis (lead )

Details

Stars: 547
Issue openned: 3
Downloads: 1944059
If this extension is needed for your project, consider upgrading the extension code and contact us to build and publish the new DLLs.
0.2.0
9 years ago
Version 0.2.0 change log


- Methods were moved to functions in a \Sodium\ namespace.
- PHP 7 is now fully supported.
- crypto_aead_chacha20poly1305_decrypt() now returns FALSE instead of a PHP error if verification fails.
- multi-part hashing was implemented (crypto_generichash_{init|update|final})
- sealed boxes have been implemented (crypto_seal)

requires:

  • php >=5.2.0<=7.99.99
  • pearinstaller >=1.4.8