zend-crypt
zend-crypt copied to clipboard
Consider libsodium / sodium_compat for modern public-key crypto
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, however, wait until sodium_compat has been audited first: https://github.com/paragonie/sodium_compat/issues/8
This repository has been closed and moved to laminas/laminas-crypt; a new issue has been opened at https://github.com/laminas/laminas-crypt/issues/4.