Cryptfile is an encrypted block file server. Given a password and an encrypted file, it serves an unencrypted version of the file for reading and writing. The file can be encrypted with AES in either mode XTS or mode CBC-with-sector-encrypted-IVs.
PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt messages using the OpenPGP format.
It is built on top of the GNU Privacy Guard and the GPGME library.
phpass is a portable password hashing framework for use in PHP applications. The preferred (most secure) hashing method supported by phpass is the OpenBSD-style bcrypt (known in PHP as CRYPT_BLOWFISH), with a fallback to BSDI-style extended DES-based hashes (known in PHP as CRYPT_EXT_DES), and a
... [More] last resort fallback to an MD5-based variable iteration count password hashing method implemented in phpass itself. [Less]
A JavaScript generic ASN.1 parser that can decode any valid ASN.1 DER or BER data whether Base64-encoded (raw base64, PEM armoring and begin-base64 are recognized) or Hex-encoded.
It shows data structure both in a hierarchical tree-view and a cross-linked hexdump.
PCSC/Ada provides thin- and thick-bindings to PC/SC-middleware for the Ada programming language. The library allows programs written in Ada to communicate with smart cards using the SCard API.
m2secret is a simple encryption and decryption module and CLI utility built with the M2Crypto library to make it easy to secure strings and files from prying eyes. The serialized form does not follow any standards.
By default it will use 256-bit AES (Rijndael) symmetric-key cryptography in CBC
... [More] mode. Key material is derived from submitted password using the PBKDF2 algorithm. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy