Categories
Tags → Mcrypt

phpAES

phpAES is a PHP 5 class. It can encrypt/decrypt data using 128, 192, and 256-bit AES cipher. It uses pure PHP and does not require mcrypt or any other external library to be compiled into PHP. phpAES comes with a sample script and the phpAES cl...
DETAILS

ePay Payment Processing Script (just like PayPal)

Features List Main features: - Fast && easy - using PHP technology the software is very fast, small and easy; - Fast installation - you can install the software in 5 minutes by two steps using your web browser; - Fully encryp...
DETAILS

Secrypt

Currently there are no functions in a default build of PHP to carry out two way encryption, there is the mcrypt extension but it is not build in PHP by default. Secrypt is a class written in PHP to fill that gap and allow secure, customizable and mos...
DETAILS

Secure hash based encryption

This class implements a hash based (sha1 / md5) block cipher in output feedback mode and provides secure encryption for php installations without mcrypt library. Documentation comes in phpDoc format. Example script is provided. V. 1.0.1: ...
DETAILS

Getting Started With Mcrypt

Mcrypt is a wonderful set of library functions for encrypting, decrypting, and hashing data.
DETAILS

Class.RC4Crypt

RC4 is a symmetric fast and secure encryption / decryption algorithm. This class attempts to add the unbarable missing of RC4 support in PHP, also since recent versions mcrypt do not support RC4.
DETAILS
©2003-2019 jCay.com