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.
1.0.1
8 years ago
Version 1.0.1 change log


- Added crypto_aead_aes256gcm_*()
- Added crypto_box_seed_keypair()
- Added crypto_sign_ed25519_sk_to_curve25519() and crypto_sign_ed25519_pk_to_curve25519()
- Added compare()
- On PHP7, make memzero() and increment() avoid zeroing an object if it is not a reference or if its reference count is > 1

requires:

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