Login   Register  
PHP Classes
elePHPant
Icontem

Class: Encryptor

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Wanderson Regis Silva  >  Encryptor  >  Download .tar.gz .zip  >  Support forum Support forum (1)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Encryptor
Base name: encryptor
Description: Encrypt and decrypt text by adding key sum
Related classes: , , , , , , ,
Version: 1.0
PHP version: 5.0
License: GNU General Public License (GPL)
All time users: 461 users
All time rank: 4687
Week users: 0 users
Week rank: 2663
Picture of Wanderson Regis Silva
Author: Wanderson Regis Silva <e-mail contact>
Packages: 1 Browse this author's classes Browse this author's classes
Country: Brazil Brazil - PHP jobs in Brazil
Age: 24
All time rank: 2603199 in Brazil Brazil
Week rank: 2255 Up175 in Brazil Brazil Up


  Detailed description  
This class can be used to encrypt and decrypt text.

It computes the encryption key sum by adding the byte codes of the key string.

The iterates over the text characters to be encrypted and adds the key sum to the code of each character.

The decryption process consists in doing the opposite, i.e. subtracting the key sum value to encrypted data string.

 

  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  
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 class.encriptor.php Class The class file
Plain text file example.php Example This is an example

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