PHP Classes

Secure hash based encryption: Blockcipher encryption with PHP hash functions

Recommend this page to a friend!
  Info   Screenshots   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStarStar 70%Total: 4,211 All time: 711 This week: 571Up
Version License Categories
class_hash_crypt 1.0GNU General Publi...Cryptography
Description 

Author

This class implements block cipher encryption and decryption algorithms.

It uses only base PHP hash functions like md5 and sha1, so it does not need mcrypt library to be installed.

It implements a block cipher algorithm in output feedback mode, which is as secure as the underlying hash function (either sha1 or md5).

Picture of Marc Wöhlken
Name: Marc Wöhlken <contact>
Classes: 1 package by
Country: Germany Germany

 

Screenshots (1)  
  • cbc_schema.gif
  Files folder image Files (15)  
File Role Description
Files folder imagedocs (7 files, 2 directories)
Plain text file class.hash_crypt.php Class Class source
Plain text file example.php Example Example usage script

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:4,211
This week:0
All time:711
This week:571Up
User Ratings User Comments (1)
 All time
Utility:89%StarStarStarStarStar
Consistency:92%StarStarStarStarStar
Documentation:78%StarStarStarStar
Examples:84%StarStarStarStarStar
Tests:-
Videos:-
Overall:70%StarStarStarStar
Rank:278
 
This is a terrible idea.
9 years ago (Scott Arciszewski)
15%Star