Selasa, 08 Februari 2011

XHaffman : php class utk enkripsi dan dekrip data

This class can be used to encrypt and decrypt data using xor and compression operations.

It can take a string of data and encrypt it by using the xor operation with values of the encryption key. The encrypted result is compressed with gzip and encoded again using the xor operation with the key.

The class can also decrypt a previously encypted string of data by performing the same operations in the reverse order.

Selasa, 01 Februari 2011

JRLog class untuk menampilkan log file jadi html

This package can be used to log entries to files or display them.

It has specialized files that can take log entry information and either append the log entries to files and output the entries to display in an HTML page.

The base class can format log entries to contain the log message, type, date, time, calling script file and line number.

klik http://www.phpclasses.org/package/6762-PHP-Log-entries-to-files-or-display-them.html