Wrapper for the Sodium cryptographic library
A simple, low-level PHP extension for libsodium.
License: BSD 2-Clause License
Version | Release | Download |
2.0.23 | 2020-12-06 | libsodium-2.0.23.tgz |
2.0.22 | 2019-09-07 | libsodium-2.0.22.tgz |
2.0.21 | 2019-02-21 | libsodium-2.0.21.tgz |
2.0.20 | 2018-12-18 | libsodium-2.0.20.tgz |
2.0.19 | 2018-12-16 | libsodium-2.0.19.tgz |
Version | Message |
2.0.23 | - PHP 8.0.x compatibility. |
2.0.22 |
- Security: the sodium_crypto_generichash_init() function used to return a partially uninitialized buffer. This has been fixed. Thanks to @CiPHPerCoder for spotting this. - SODIUM_CRYPTO_PWHASH_STRBYTES has been added |
2.0.21 | - Detached signature strings were not properly terminated. This has been fixed. |
2.0.20 | - Restore compatibility with PHP |
2.0.19 | - Restore compatibility with 7.3 |