--
The Cryptokit library for Objective Caml provides a variety of
cryptographic primitives that can be used to implement cryptographic
protocols in security-sensitive applications. The primitives
provided include:
- Symmetric-key ciphers: AES, DES, Triple-DES, ARCfour,
in ECB, CBC, CFB and OFB modes.
- Public-key cryptography: RSA encryption, Diffie-Hellman key
agreement.
- Hash functions and MACs: SHA-1, MD5, and MACs based on
AES and DES.
- Random number generation.
- Encodings and compression: Base64, hexadecimal, Zlib compression.
Additional ciphers and hashes can easily be used in conjunction
with the library. In particular, basic mechanisms such as chaining
modes, output buffering, and padding are provided by generic classes
that can easily be composed with user-provided ciphers. More
generally, the library promotes a "Lego"-like style of constructing
and composing transformations over character streams.
Stegdetect is an automated tool for detecting steganographic content in
images. It is capable of detecting several different steganographic
methods to embed hidden information in JPEG images.
ok sturm@
A bug was discovered in the key validation code. This bug causes keys
with more than one user ID to give all user IDs on the key the amount
of validity given to the most-valid key.
http://marc.theaimsgroup.com/?l=bugtraq&m=105215110111174&w=2
--
MAINTAINER ok
--
OpenCDK (Open Crypto Development Kit) provides basic parts
of the OpenPGP message format. The aim of the library is
*not* to replace any available OpenPGP version. There will be
no real support for key management (sign, revoke, alter
preferences, etc) and some other parts are only rudimentary
available. The main purpose is to handle and understand
OpenPGP packets and to use basic operations.
From: Jim Geovedi <jim@corebsd.or.id>
The libtasn1 library is part of GnuTLS and was developed for ASN1
(Abstract Syntax Notation One) structures management.
WWW: http://www.gnutls.org/
from Jim Geovedi <jim@corebsd.or.id> with minor cleanup by me
This is a general purpose cryptographic library based on the
code from GnuPG. It provides functions for all cryptograhic
building blocks: symmetric ciphers (AES, DES, Blowfish, CAST5,
Twofish, Arcfour), hash algorithms (MD4, MD5, RIPE-MD160, SHA-1,
TIGER-192), MACs (HMAC for all hash algorithms), public key
algorithms (RSA, ElGamal, DSA), large integer functions, random
numbers and a lot of supporting functions.
WWW: http://www.gnu.org/directory/security/libgcrypt.html
from Jim Geovedi <jim@corebsd.or.id> with some help from me
The XML Security Library 1.0.X release is a major upgrade from
0.0.X version. The new version includes multiple crypto engines
support (with "out of the box" support for OpenSSL, GnuTLS and NSS);
simplified and cleaned internal structure and API; several performance
and memory usage improvements; new or updated documentation.
smtpscan is a remote SMTP server version detector. It can be used to
guess which mail software is used on a remote server, that may hide its
SMTP banner.
Maintainer Jim Geovedi <jim@corebsd.or.id>
smtpscan is a remote SMTP server version detector. It can be used to
guess which mail software is used on a remote server, that may hide its
SMTP banner.
from Jim Geovedi <jim@corebsd.or.id>
minor cleanups by me
fixed 91 bits HMAC bug, fixed minor compile warnings for the
external DTD patch, fixed bug with EVP ciphers for OpenSSL 0.9.7
when last block was not processed for padding, etc.
For the moment, this disables dynamic module loading and bundles
together all the ciphers into the main library. When libtool-1.4
hits our tree, the updated ltdl support can be used to re-enable
the dynloading.
- print the times of last seen, etc in proper, human-readable format
- print the times in local timezone format, not GMT
- quick hack to make dstumbler beep when it discovers a new base
station. it works, as opposed to what was there before (using /dev/spkr)
Thanks to Nikolay Sturm for testing sound