Ports Search

Results 7,9517,960 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
security/courier-authlib-0.66.3 (Score: 2.1584389E-4)
Meta-port for the courier authentication library
The Courier Authentication Library is a generic authentication API used for two purposes: 1. Read the name of a mail account. Determine the local account's home directory, and system userid and groupid. 2. Read an account name, and a password. If valid, determine the account's home directory, system userid, and groupid.
security/cryptohash-0.11.6 (Score: 2.1584389E-4)
Collection of crypto hashes, fast, pure, and practical
A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest implementations available in others languages. The implementations are made in C with a haskell FFI wrapper that hide the C implementation.
security/libcryptui-3.12.2 (Score: 2.1584389E-4)
GNOME application for managing encryption keys (PGP, SSH)
Seahorse is a Gnome front end for GnuPG - the Gnu Privacy Guard program. It is a tool for secure communications and data storage. Data encryption and digital signature creation can easily be performed through a GUI and Key Management operations can easily be carried out through an intuitive interface.
security/libwhisker-2.5 (Score: 2.1584389E-4)
Perl module to create HTTP test scripts
What is libwhisker: Libwhisker is a Perl module geared specificly for HTTP testing. Libwhisker has a few design principles: - Portable: runs with 0 changes on Unix, Windows, etc. - Flexible: designed with a 'no rules' approach - Contained: designed to not require external modules when possible - Localized: does not require installation to use
security/meek-0.21 (Score: 2.1584389E-4)
Pluggable transport proxy that relays through third-party server
Meek is a transport that uses HTTP for carrying bytes and TLS for obfuscation. Traffic is relayed through a third-party server (Google App Engine). It uses a trick to talk to the third party so that it looks like it is talking to an unblocked server.
security/nessus-libnasl-2.2.9 (Score: 2.1584389E-4)
Nessus Attack Scripting Language
NASL is a scripting language designed for the Nessus security scanner. Its aim is to allow anyone to write a test for a given security hole in a few minutes, to allow people to share their tests without having to worry about their operating system, and to garantee everyone that a NASL script can not do anything nasty except performing a given security test against a given target. Thus, NASL allows you to easily forge IP packets, or to send regular packets. It provides you some convenient functions that will make the test of web and ftp server more easy to write. NASL garantees you that a NASL script : will not send any packet to a host other than the target host will not execute any commands on your local system NASL is not a powerful scripting language. Its purpose is to make scripts that are security tests. So, do not expect to write a third generation web server in this language, nor a file conversion utility. Use perl, python or whatever scripting language to do this.
security/openct-0.6.20 (Score: 2.1584389E-4)
Middleware framework for smart card terminals
OpenCT is a middleware framework for smart card terminals. OpenCT implements drivers for several smart card readers. It comes as driver in ifdhandler format for PC/SC-Lite, as CT-API driver, or as a small and lean middleware, so applications can use it with minimal overhead. OpenCT also has a primitive mechanism to export smart card readers to remote machines via TCP/IP.
security/openvas-scanner-5.0.5 (Score: 2.1584389E-4)
OpenVAS scanner
The Open Vulnerability Assessment System (OpenVAS) is a framework of several services and tools offering a comprehensive and powerful vulnerability scanning and vulnerability management solution. This package contains the OpenVAS Scanner which executes Network Vulnerability Tests (NVTs) provided by the OpenVAS NVT Feed or a commercial feed service.
security/p11-kit-0.23.2 (Score: 2.1584389E-4)
Library for loading and enumerating of PKCS#11 modules
Provides a way to load and enumerate PKCS#11 modules. Provides a standard configuration setup for installing PKCS#11 modules in such a way that they're discoverable. Also solves problems with coordinating the use of PKCS#11 by different components or libraries living in the same process.
security/Apache-Htpasswd-1.9 (Score: 2.1584389E-4)
Manage Unix crypt-style password file
This module comes with a set of methods to use with htaccess password files. These files (and htaccess) are used to do Basic Authentication on a web server. The password file is a flat-file with login names and their associated crypted password. You can use this for non-Apache files if you wish, but it was written specifically for .htaccess style files.