LZW Async

LZW Async 0.1.3

LZW Async is a JavaScript library developed for compressing text using the LZW algorithm.This algorithm was created for compressing large text-based data and uses a simple dictionary for reusing the previously compressed data when possible.Just like the...

jQuery Real Person prevent any type of form submissions unless the proper text as seen in the CAPTCHA section has been entered.Unlike similar CAPTCHA solutions, jQuery Real Person doesn't use images, but recreates the mangled text using ASCII art.This...

PassHash

PassHash 1.0

PassHash is made up of two form fields where the user can enter his password, and a button which when pushed generates the password hash.How can this be useful? you may ask yourself.Simple. PassHash can be used in situations where you forgot your password...

crypto

crypto 1.3.4 updated

The package uses the RSA algorithm for public-key cryptography.Key length is customizable.Features:Encrypt string Decrypt string Generate keys pair Export key to string, file Load key to string,...

phpSecurePages 0.44 beta

phpSecurePages can be used to protect sensitive pages with an user login system.The authentication relies on a MySQL database to store users and on PHP to handle all redirects and blocking actions.Features:cursor-pointer" onclick="spovl3hide();">...

pidCrypt

pidCrypt 0.06

The library functions by the principle that no raw clear text data should be sent to the server from the client side.The library is meant to facilitate a more efficient use of these methods.pidCrypt supports RSA and AES encryption and decryption, MD5 and...

simple-crypt

simple-crypt 4.0.0

simple-crypt helps Python developers secure their data by providing a way to quickly encrypt or decrypt data.For any (de)encryption operations, the library uses an AES256 algorithm from the PyCrypto Python library.More in-depth information about the used...

MD5

MD5 1.2

Comes with a hash (digest) function. It also provides a pair crypt/decrypt based on MD5 and CFB, and a pair crypt/decrypt based on DES with 56-bit keys.What is new in this release:MD5 1.2 is compatible with Lua versions 5.0, 5.1 and 5.2. What is new in...

JSEncrypt

JSEncrypt 2.1.0

JSEncrypt provides a pure-JavaScript method for performing RSA encryption and decryption.This helps developers add a well-known and respected text encryption system to their applications, helping them protect the user's sensitive information before...