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 0.2.0
(beta)
|
- 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) |