-
ZeroBin is a PHP-based pastebin application. Unlike other pastebins, ZeroBin encrypts data on client-side via JavaScript, so the server never knows what data is being stored. Features of ZeroBin:- Easy to install- No database required- Easy to use: Paste text, click “Send”, share the URL- Data is compressed and encrypted in the browser before sending to the server- Uses 256 ...
-
iScramble is a PHP script that allows you to protect sections of your HTML code from prying eyes. It scrambles the text into a form that is not human readable, and generates some JavaScript code to descramble it.iScramble can scramble any HTML code. It is particularly useful for hiding email addresses from email address harvesting robots. If you place your ...
-
This is a PHP cryptography script that can encrypt and decrypt text data using the Vigenère cypher. Text is encrypt with a given key applying the Vigenère cypher.The opposite can be done as well, i.e. take a string previously encrypted by the class and decrypt it using with the original key.Requirements:- PHP 5.0 or Higher
-
This is a two-way encryption PHP script using RIJNDAEL 256 AES standard, which can be used to encrypts and decrypt data. Crypt Script PHP can take a string of data and encrypt it with a given secret key. This script can also be used to decrypt the data using the same secret key.Requirements:- PHP 5.0 or Higher
-
This PHP script is used to convert text to a MD5 128-bit has value. Rainbow tables can be used to reverse mant MD5 hashes into strings that collide with the original input, usually for the purposes of password cracking, once considered a secure form of encryption.Note:MD5 is a widely used cryptographic hash function with a 128-bit hash value in cryptography.
-
PHPAES is a free PHP 5 script(PHP 4 version now included) implementation of 128, 192, and 256 bit AES encryption cipher. No mcrypt extension or any other extention be compiled into PHP required. Electronic Codebook (ECB), Cipher Block Chaining (CBC), Cipher Feedback (CFB), and Output Feedback (OFB) are the supported ciper modes in this script. It uses 100% PHP, and ...
-
Page encryptor can be used to create obfuscated names for pages. This script takes the base name of a page and the extension and returns a page file name composed using an hash of the base name using a given salt followed by the original name extension. Requirement: PHP 3.0 or higher
-
EasyCry is used to take a string of data and with a given key using pure PHP methods to encrypt it. It is easy for you to compress encrypted data. The oppiste functions can also be fulfilled with this free PHP script, to decompress and decrypt the previously encrypted data using the same key.Requirements:- PHP 5.0 or Higher






