Closed ezimuel closed 8 years ago
@weierophinney this PR is ready to be merged in develop, thanks!
@ezimuel Looks very good! Just a few general notes:
sprintf()
when generating exception messages with dynamic elements.I've added more specific notes elsewhere. Nice work!
@weierophinney and @samsonasik I updated the PR will all your feedback, thanks!
Merged to develop! We can tag 3.0 early next week, @ezimuel !
This PR contains the new OpenSSL symmetric adapter for zend-crypt ver. 3.0. We used this new adapter instead of Mcrypt in FileCipher and we suggested to use it in the documentation for all the other encryption needs. Mcrypt is an outdated extension and it will be deprecated) with PHP 7.1.
Moreover, this PR contains the
Zend\Crypt\Password\Bcrypt
refactor using the password_hash() and password_verify() functions of PHP 5.5+.I updated the documentation according to these changes.
Note: All the changes included in this PR are backward compatible. I provided some unit tests as proof.