162 projects tagged "Mac OS X"
Botan is a crypto library written in C++. It provides a variety of cryptographic algorithms, including common ones such as AES, MD5, SHA, HMAC, RSA, Diffie-Hellman, DSA, and ECDSA, as well as many others that are more obscure or specialized. It also offers SSL/TLS (client and server), X.509v3 certificates and CRLs, and PKCS #10 certificate requests. A message processing system that uses a filter/pipeline metaphor allows for many common cryptographic tasks to be completed with just a few lines of code. Assembly and SIMD optimizations for common CPUs offers speedups for critical algorithms like AES and SHA-1.
msmtp is an SMTP client with a sendmail compatible interface. It can be used with Mutt and other MUAs. It forwards messages to an SMTP server which does the delivery. Features include various SMTP AUTH methods, TLS/SSL-encrypted connections (including support for client certificates), support for multiple accounts, DSN, and IPv6 support.
ADJE WebMail is a set of Perl CGI scripts which provide a Web interface to existing email accounts on any POP3-compliant email server. The software provides a complete interface, including encoding/decoding attachments, email and URL markup in received emails, and an address book for each user.
PHP Mobile Mail is aimed at mobile professionals who want to use their favorite MUAs (noteably pine or mutt) on their laptop, either in UNIX or Windows (under GNU Gygwin). This lets you work offline. It includes a mail_spooler program, which accepts the output of you MUA and spools (on, or offline). When connected, another process parses through the spool and sends your messages. It is also designed to "fake" using your REAL email address with free services like gmx.net, or mail.yahoo.com, when using their POP and SMTP servers, assuming you have a domain and account that you can control to this degree.
Sawmill is a log analysis tool which can be used to analyze Web site traffic, proxy usage, ftp usage, and much more. Major features include a persistent database for long-term tracking of statistics, hierarchical data mining features, and many security features appropriate for use in a multi-user environment.
Hiawatha is a secure and advanced Web server for Unix. It has been written with security as its main goal. It features advanced access control, prevention of SQL injection and cross-site scripting, banning of clients who try such exploits, the ability to run CGIs under any UID/GID you want, and many other features. These features make Hiawatha an interesting Web server for those who need more security than what the other available Web servers are offering. Hiawatha is also fast and easy to configure.