Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
zend-crypt — Cryptographic component from Zend Framework | Kitploit
Tools/GitHubGitHub/zendframework/zend-crypt
Encryption/Decryption ToolsCryptographyAuthenticationArchived
GitHubzendframework/zend-crypt

zend-crypt

Cryptographic component from Zend Framework

View Repository
873666 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

zend-crypt

Repository abandoned 2019-12-31

This repository has moved to laminas/laminas-crypt.

Build Status Coverage Status

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
Download Tool