PHP Classes

Secure hash based encryption: Blockcipher encryption with PHP hash functions

Recommend this page to a friend!
  Info   Screenshots Screenshots   View files View files (14)   DownloadInstall with Composer Download .zip   Reputation   Support forum (3)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStarStar 70%Total: 4,210 All time: 711 This week: 96Up
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
Age: ???
All time rank: 72446 in Germany Germany
Week rank: 312 Up18 in Germany Germany Up

Screenshots  
  • cbc_schema.gif
  Files folder image Files  
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

  Files folder image Files  /  docs  
File Role Description
Files folder imagehash_encryption (2 files)
Files folder imagemedia (3 files)
  HTML file classtrees_hash_encryption.html Doc. Doc
  HTML file elementindex.html Doc. Doc
  HTML file elementindex_hash_encryption.html Doc. Doc
  HTML file errors.html Doc. Doc
  HTML file index.html Doc. Doc
  HTML file li_hash_encryption.html Doc. Doc
  HTML file todolist.html Doc. Doc

  Files folder image Files  /  docs  /  hash_encryption  
File Role Description
  HTML file hash_encryption.html Doc. Doc
  HTML file _class_hash_crypt_php.html Doc. Doc

  Files folder image Files  /  docs  /  media  
File Role Description
  Image file background.png Data Doc
  Image file empty.png Data Doc
  Plain text file style.css Data Doc

 Version Control Unique User Downloads Download Rankings  
 0%
Total:4,210
This week:0
All time:711
This week:96Up
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:275
 
This is a terrible idea.
8 years ago (Scott Arciszewski)
15%Star