crypto

pecl install crypto

Wrapper for OpenSSL Crypto Library

This package provides an objective wrapper for OpenSSL Crypto Library

Maintainer

  • Jakub Zelenka (lead )

Details

Stars: 75
Issue openned: 7
Downloads: 112649
0.2.0
8 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 7.0
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 7.0
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 0.2.0 change log


* Support for PHP 7
* Added Crypto stream BIO wrapper
* Improved error handling
* Added an integer overflow checking
* Removed Algorithm class and AlogirithmException class
* Introduced a MAC class as a subclass of Hash and parent of HMAC and CMAC
* Added MACException class subclassing HashException
* Fixed HMAC and CMAC implementation and added key param to constructor
* Fixed and tested CCM mode
* Added new error code for failed tag verification (TAG_VERIFY_FAILED)
* Add setTagLength Cipher method replacing length param in getTag
* Removed Rand::egd
* Created a complete API documentation

requires:

  • php >=5.3.2
  • pearinstaller >=1.4.0a1