Simple Project List Software Map

Cryptography
661 projects in result set
LastUpdate: 2014-05-07 22:27

Ubuntu Privacy Remix

Ubuntu Privacy Remix is a modified live CD based on Ubuntu Linux. UPR is not intended for permanent installation on a hard disk. The goal of Ubuntu Privacy Remix is to provide an isolated working environment where private data can be dealt with safely. The system installed on the computer running UPR remains untouched. It does this by removing support for network devices as well as local hard disks. Ubuntu Privacy Remix includes TrueCrypt and GnuPG for encryption and introduces "extended TrueCrypt volumes".

(Machine Translation)
LastUpdate: 2012-05-19 01:10

libssh2

libssh2 is a C library that implements the SSH2 protocol.

LastUpdate: 2007-02-03 11:33

CryptoFS

CryptoFS is a encryption filesystem for Filesystem in Userspace and Linux Userland Filesystem. Files written to the mount point will be stored encrypted (data and filename) in a directory on a normal filesystem.

(Machine Translation)
LastUpdate: 2003-12-24 10:45

Fingerprint Verification System

Fingerprint Verification System is an easy-to-use library that allows programmers to integrate fingerprint technology into their software without specific know-how. It is fast and small, and is great for embedded systems.

(Machine Translation)
LastUpdate: 2012-05-29 01:43

GNU SASL

GNU SASL is an implementation of the Simple Authentication and Security Layer framework and a few common SASL mechanisms. SASL is used by network servers such as IMAP and SMTP to request authentication from clients, and in clients to authenticate against servers. The library includes support for the SASL framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, LOGIN, NTLM, and KERBEROS_V5 mechanisms.

LastUpdate: 2014-02-10 22:14

SoftHSM

SoftHSM is an implementation of a cryptographic store accessible through a PKCS#11 interface. You can use it to explore PKCS#11 without having a Hardware Security Module. It is being developed as a part of the OpenDNSSEC project. SoftHSM uses Botan for its cryptographic operations.

LastUpdate: 2007-02-19 07:28

mcrypt

mcrypt is a program for encrypting files or
streams. It is intended to be a replacement for
the old UNIX crypt. It uses well-known and
well-tested algorithms like BLOWFISH, AES,
ARCFOUR, CAST-128, and more in several modes of
operation. It also has a compatibility mode with
the old UNIX crypt program and the des program
found in Solaris.

(Machine Translation)
LastUpdate: 2007-05-22 01:23

J2SSH

J2SSH is an object-orientated Java implementation of the SSH version 2 protocol. It provides a rich, powerful, and extensible SSH API that enables developers to gain access to SSH servers and to develop entire SSH client/server frameworks. The API library provides a fully-featured SSH2 implementation specifically designed for cross-platform development. Higher level components, representing both the standard SSH client and SSH servers, are provided which implement the protocol specification for user sessions and port forwarding. The specification currently supports public key and password authentication and a full implementation of the SFTP protocol.

(Machine Translation)
LastUpdate: 2011-12-22 21:41

PolarSSL

PolarSSL is a light-weight cryptographic and SSL/TLS library written in C. PolarSSL makes it easy for developers to include cryptographic and SSL/TLS capabilities in their (embedded) applications with as little hassle as possible. Loose coupling of the components inside the library means that it is easy to separate the parts that are needed, without needing to include the total library. PolarSSL is written with embedded systems in mind and has been ported on a number of architectures, including ARM, PowerPC, MIPS, and Motorola 68000. The source is written to have very loose coupling, enabling easy integration of parts in other software projects. Very loosely coupled cryptographic algorithms for MD2, MD4, MD5, SHA1, SHA-256, SHA-512, AES, Camellia, DES, Triple DES, ARC3, and RSA are included.

LastUpdate: 2014-02-23 18:29

PHP Secure Communications Library

PHP Secure Communications Library is a set of pure
PHP implementations of DES, 3DES, RC4, Rijndael,
AES, RSA (PKCS#1 compliant [v2.1]), SSH-1, SSH-2, and SFTP.

(Machine Translation)
LastUpdate: 2014-01-15 23:45

SSLsplit

SSLsplit is a tool that performs man-in-the-middle attacks against SSL/TLS encrypted network connections for network forensics and penetration testing. It terminates SSL/TLS and initiates a new connection to the original destination, logging all data transmitted. It supports plain TCP and SSL, HTTP and HTTPS, and IPv4 and IPv6. For SSL and HTTPS, it generates and signs forged X509v3 certificates on-the-fly using the original certificate's subject DN and subjectAltName extension. It supports Server Name Indication, RSA, DSA, and ECDSA keys, and DHE and ECDHE cipher suites. It can also use existing certificates if the private key is available.

(Machine Translation)
운영 체제: MacOSX, BSD, FreeBSD, OpenBSD, Linux
프로그래밍 언어: C
LastUpdate: 2008-12-20 16:49

GNU Anubis

GNU Anubis is an SMTP message submission daemon. It represents an intermediate layer between the mail user agent (MUA) and mail transport agent (MTA), receiving messages from the MUA, applying to them a set of predefined changes, and finally inserting modified messages into an MTA routing network. The set of changes applied to a message is configurable on a system-wide and per-user basis. The built-in configuration language used for defining sets of changes allows for considerable flexibility and is easily extensible.

(Machine Translation)
LastUpdate: 2009-09-30 06:31

Bit::Vector

Bit::Vector is a (stand-alone) C library and an object-oriented Perl module (with overloaded operators) which allows you to handle bit vectors, sets (of integers), "big integer arithmetic" (e.g. for cryptography), and boolean matrices (all of arbitrary size) very efficiently.

LastUpdate: 2009-04-09 17:17

Console Password Manager

cpm (Console Password Manager) is a small console
tool to manage passwords and other sensitive data and store them in a public-key encrypted file. It also allows you to configure the whole hierarchy yourself, so it's easily adoptable for many requirements.
The encryption is handled through GnuPG, and the data
inside is stored as XML.

(Machine Translation)
LastUpdate: 2009-07-12 22:26

BeeCrypt

BeeCrypt is an ongoing project to provide strong and fast cryptography in the form of a toolkit usable by commercial and open source projects. Included in the library are entropy sources, random generators, block ciphers, hash functions, message authentication codes, multiprecision integer routines, and public key primitives.

(Machine Translation)