KGpg is a simple interface for GnuPG, a powerful encryption utility.
With KGpg you will be able to encrypt and decrypt your files and
emails, allowing much more secure communications. A mini howto on
encryption with gpg is available on gnupg's web site.
A command line interface (interactive shell) to work
with KeePassX and KeePass (kdb, kdbx) database files.
Gpasman is a password manager. People working with the internet have to
remember lots of passwords. Saving them in a textfile is not a secure idea.
Gpasman is a GTK solution to this problem since it saves the password
information encrypted, so now you have to remember only one password instead of
ten (or more).
http://gpasman.sourceforge.net/
LuaSec is a binding for OpenSSL library to provide TLS/SSL communication. This
version delegates to LuaSocket the TCP connection establishment between the
client and server. Then LuaSec uses this connection to start a secure TLS/SSL
session.
Libntlm is a library that implement Microsoft's NTLM authentication.
The ClamAV bytecode compiler allows users to build their own bytecode
signatures for use with ClamAV.
ClamCour is Courier filter using Clam Antivirus to check mail for viruses.
http://www.becrux.com/index.php?page=projects&name=clamcour
Small client to ask a clamav antivirus server
if a file containt a virus. May be used with
procmail or maildrop rules. Clamav library
is not required to be installed on the running
host.
ClamFS is a FUSE-based user-space file system for Linux with
on-access anti-virus file scanning through clamd daemon
Features
- User-space file system
- Configuration stored in XML files
- FUSE used as file system back-end
- Scan files using ClamAV
- ScanCache speeds up file access
- Sends mail to administrator when detect virus
ClamSMTP is an SMTP filter that allows you to check for viruses using
the ClamAV anti-virus software. It accepts SMTP connections and forwards
the SMTP commands and responses to another SMTP server. The 'DATA' email
body is intercepted and scanned before forwarding.
ClamSMTP aims to be lightweight, reliable, and simple rather than have a
myriad of options. It's written in C without major dependencies. If you
need more options then you could use something big like AMaViS which is
written in PERL and can do almost anything.