zend-crypt
zend-crypt copied to clipboard
Cryptographic component from Zend Framework
This PR adds an extra class for the argon2i password hash algorithm introduced with PHP7.2. There are some open questions with this: 1. Do we really want to have 1...
https://github.com/paragonie/sodium_compat#cryptography-primitives-provided Zend\Crypt users interested in modern ECC may want to see sodium_compat adopted in the near future. In particular, public-key encryption via `ParagonIE_Sodium_Compat::crypto_box_seal()` and digital signatures via `ParagonIE_Sodium_Compat::crypto_sign_detached()`. I would,...
From Fedora QA https://apps.fedoraproject.org/koschei/package/php-zendframework-zend-crypt?collection=f28 We encounter erratic test suite failure * Test suite fails when builder is an arm computer * Test suite passes everywhere else ``` There were 4...