Login   Register  
PHP Classes
elePHPant
Icontem

Class: Encryption Class

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of sudhir vishwakarma  >  Encryption Class  >  Download .tar.gz .zip  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Encryption Class
Base name: encryption_v1
Description: Encrypt and decrypt data with mcrypt
Related classes: , , , ,
Version: 0.1
PHP version: 5.0
License: GNU Lesser General Public License (LGPL)
All time users: 894 users
All time rank: 3222
Week users: 4 users
Week rank: 933
Picture of sudhir vishwakarma
Author: sudhir vishwakarma <e-mail contact>
Packages: 4 Browse this author's classes Browse this author's classes
Country: India India - PHP jobs in India
Age: 27
All time rank: 85540 in India India
Week rank: 336 Up20 in India India Up


  Detailed description  
This class can be used to encrypt and decrypt data with mcrypt extension.

It can encrypt a data block using a given key. The encrypted data is returned encoded with a variant of the base64 encoding algorithm that replaces +, / and = characters by -, _ and empty string.

The class can also do the opposite, i.e. decrypt the data with the same key after decoding the base64 encoded encrypted data.

 

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Cryptography Encrypting, decrypting and hashing data View top rated classes

  Rate classes User ratings   Applications   Files Files  

  User ratings  
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Perfect (100.0%)
Good (95.0%)
-
Good (90.0%)
-
-
Sufficient (68.5%)
259
Month:
There are not enough user ratings to display for this class.

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file Encryption.class.php Class Standalone Encryption class
Plain text file example.php Example example

Download all files: encryption_v1.tar.gz encryption_v1.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.