PHP Classes
Icontem

Class: TxtCrypt


  Search   All class groups All class groups   Latest entries Latest entries   Top 10 charts Top 10 charts   Newsletter Newsletter   Blog Blog   Forums Forums   Help FAQ Help FAQ  
  Login   Register  
Recommend this page to a friend! ReTweet ReTweet Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Chao-Chyuan Shih  >  TxtCrypt  >  Download  >  Support forum Support forum (2)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: TxtCrypt Support forum
Base name: txtcrypt
Description: Encrypt a file and hide it in a regular text file
Version: -
Required PHP version: -
License: GNU General Public License (GPL)
All time users: 1327 users
All time rank: 1987
Week users: 3 users
Week rank: 2304
 
  Author   Group folder image Groups   Detailed description  
  Rate classes User ratings   Applications   Files Files  

Author

Picture of Chao-Chyuan Shih
Name: Chao-Chyuan Shih <e-mail contact>
Published packages: 2 Browse this author's classes Browse this author's classes
Country: United States United States - PHP jobs in United States
Home page: http://www.elgorithms.com/
Age: 57
All time rank: 742
Week rank: 790

Innovation Award

PHP Programming Innovation award nominee
April 2005
Number 5
Steganography is the process of hiding information inside data.

One of the purposes of steganography is to pass an implicit message without letting the messenger be aware that it is carrying it and so prevent that he realizes that it is there and what it means.

This class implements an steganography solution based on a smart technique for hiding data within a text message by using white space characters like tabs and spaces.

Since white space does not show anything when it is printed, this technique can be very successful on the purpose of hiding arbitrary binary messages within unsuspected texts.

Manuel Lemos

Groups

Group folder image Cryptography Encrypting, decrypting and hashing data View top rated classes
Group folder image Text processing Manipulating and validating text data View top rated classes

Detailed description

This class can encrypt a file and insert the encrypted data into a regular text file in such way that it does not change the way the text file appears.

The encrypt algorithm is simple but it can be replaced by another more robust algorithm.

To hide the encrypted data within a text file without changing how it appears, the data is compressed, encrypted, and converted to bit stream. The bit stream is then converted to tab (0x09) and space (0x20) characters , replacing the '1's and '0's of the bit stream. The resulting tab and space character strings is then added to the end of the carrier file.

The original carrier file size is also recorded as a converted bit stream in the end of the output file. This additional piece of information is used to extract the hidden file by the class decrypt function.

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

File Role Description
Plain text file TxtCrypt_Class.php Class TxtClass
Plain text file TxtCrypt_CommandLine_Example.php Example Command Line Example
Plain text file TxtCrypt_Webpage_Example.php Example Webpage Example
Download all files: txtcrypt.tar.gz txtcrypt.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.

 
  Advertise on this site Advertise on this site   Site map Site map   Statistics Statistics   Site tips Site tips   Privacy policy Privacy policy   Contact Contact  

For more information send a message to :
info at phpclasses dot org.
Copyright (c) Icontem 1999-2009 PHP Classes - PHP Class Scripts
  PHP Book Reviews - Reviews of books and other products