PHP Classes
elePHPant
Icontem

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    
Last Updated Ratings Unique User Downloads Download Rankings
2006-06-21 (10 years ago) RSS 2.0 feedStarStarStarStar 71%Total: 4,197 All time: 687 This week: 880Down
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  
  • 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,197
This week:0
All time:687
This week:880Down
User Ratings User Comments (1)
 All time
Utility:91%StarStarStarStarStar
Consistency:95%StarStarStarStarStar
Documentation:80%StarStarStarStarStar
Examples:86%StarStarStarStarStar
Tests:-
Videos:-
Overall:71%StarStarStarStar
Rank:234
 
This is a terrible idea.
10 months ago (Scott Arciszewski)
15%Star