Package Information |
Summary |
Wrapper for the Sodium cryptographic library |
Maintainers |
Frank Denis (lead)
[details]
|
License |
BSD 2-Clause License |
Description |
A simple, low-level PHP extension for libsodium. |
Homepage |
https://github.com/jedisct1/libsodium-php
|
Release notes
Version 2.0.22
(stable)
|
- 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 |