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...

phpseclib

phpseclib 1.0.0 updated

phpseclib is not a library per se, but a collection of pure-PHP implementations of various security standards and protocols. It allows developers to boost their application or website's security with known and recommended best industry practices.What...

node.bcrypt.js

node.bcrypt.js 0.8.5 updated

node.bcrypt.js utilizes the bcrypt algorithm for encrypting password strings inside Node.js-based applications and websites. The node.bcrypt.js library includes utilities for hashing a password, checking a password, auto-generating salt strings 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...

xkcdpass

xkcdpass 1.4.0 updated

The 936th issue of the famous XKCD comic has brought to light an interesting concept when it comes to password policies.This issue didn't only break down why the current method of choosing passwords is producing hard to remember passwords, but why all...

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...

Suhosin

Suhosin 0.9.38 updated

Suhosin extends built-in PHP security mechanisms, by adding detection, prevention and fixes for known PHP security risks and flaws.Suhosin is made up of various low-level protection patches.It can prevent bufferoverflows or format string vulnerabilities,...

ADsafe

ADsafe 2016-02-07 updated

ADsafe is basically a subset of the JavaScript scripting language.This subset is a modified version of JavaScript in which access to the page's DOM and global variables has been removed, items considered the main entry point for various security...

jsSHA

jsSHA 2.0.2 updated

It currently implements these SHA algorithms: SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512. jsSHA is cross-browser tested and will allow developers to encrypt their strings with a greater security level.What is new in this release:Fixed major issue with...

PicketLink

PicketLink 2.7.1 updated

PicketLink implements basic security filters for dealing with basic operations in many Java applications. PicketLink has a codebase centered around user authentication, authorization and sessions handling, being a powerful enterprise-level tool for...