https://github.com/zendframework/zend-crypt
Cryptographic component from Zend Framework
https://github.com/zendframework/zend-crypt
Last synced: 7 months ago
JSON representation
Cryptographic component from Zend Framework
- Host: GitHub
- URL: https://github.com/zendframework/zend-crypt
- Owner: zendframework
- License: bsd-3-clause
- Archived: true
- Created: 2015-05-08T13:27:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T14:58:09.000Z (over 5 years ago)
- Last Synced: 2024-10-29T23:19:06.811Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 3.77 MB
- Stars: 90
- Watchers: 20
- Forks: 38
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# zend-crypt
> ## Repository abandoned 2019-12-31
>
> This repository has moved to [laminas/laminas-crypt](https://github.com/laminas/laminas-crypt).[](https://secure.travis-ci.org/zendframework/zend-crypt)
[](https://coveralls.io/github/zendframework/zend-crypt?branch=master)`Zend\Crypt` provides support of some cryptographic tools.
Some of the available features are:- encrypt-then-authenticate using symmetric ciphers (the authentication step
is provided using HMAC);
- encrypt/decrypt using symmetric and public key algorithm (e.g. RSA algorithm);
- encrypt/decrypt using hybrid mode (OpenPGP like);
- generate digital sign using public key algorithm (e.g. RSA algorithm);
- key exchange using the Diffie-Hellman method;
- key derivation function (e.g. using PBKDF2 algorithm);
- secure password hash (e.g. using Bcrypt algorithm);
- generate Hash values;
- generate HMAC values;The main scope of this component is to offer an easy and secure way to protect
and authenticate sensitive data in PHP.- File issues at https://github.com/zendframework/zend-crypt/issues
- Documentation is at https://docs.zendframework.com/zend-crypt