Ports Search

Results 10,99111,000 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.01 seconds)
security/lockdown-2.0.0 (Score: 7.3261835E-5)
Hardening script for FreeBSD
Lockdown is a script designed to harden a FreeBSD system by editing the system's configuration files and set permissions, flags and ownership on SUID, GID and "information" files. However, the main goal of lockdown is to centralize knowledge on how much you can harden the system without breaking it. Mirror: http://lockdown.loproc.dk/
security/monkeysphere-0.36 (Score: 7.3261835E-5)
Use the OpenPGP web of trust to verify ssh connections
SSH key-based authentication is tried-and-true, but it lacks a true Public Key Infrastructure for key certification, revocation and expiration. Monkeysphere is a framework that uses the OpenPGP web of trust for these PKI functions. It can be used in both directions: for users to get validated host keys, and for hosts to authenticate users.
security/mussh-1.0 (Score: 7.3261835E-5)
Tool for easily running the same commands on multiple hosts
Mussh is a shell script that allows you to execute a command or script over ssh on multiple hosts with one command. When possible mussh will use ssh-agent and RSA/DSA keys to minimize the need to enter your password more than once.
security/openvas-manager-6.0.8 (Score: 7.3261835E-5)
OpenVAS manager
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 Manager which provides services on top of the OpenVAS Scanner to manage scan results, configurations and user access control.
security/Crypt-Anubis-1.0.4 (Score: 7.3261835E-5)
Crypt::CBC-compliant block cipher
Anubis is a variable-length key, 128-bit block cipher designed by Vincent Rijmen and Paulo S. L. M. Barreto. Anubis was submitted as a NESSIE candidate. Key length can be 128, 160, 192, 224, 256, 288, or 320 bits. The default key length in this implementation is 128 bits.
security/Crypt-CBC-2.33 (Score: 7.3261835E-5)
Perl5 interface to Cipher Block Chaining with DES and IDEA
This is Crypt::CBC, a Perl-only implementation of the cryptographic cipher block chaining mode (CBC). In combination with a block cipher such as DES or IDEA, you can encrypt and decrypt messages of arbitrarily long length. The encrypted messages are compatible with the encryption format used by the OpenSSL package.
security/Crypt-Camellia_PP-0.02 (Score: 7.3261835E-5)
Pure Perl Camellia 128-bit block cipher module
Crypt::Camellia_PP is a pure perl implementation of Camellia, a 128-bit symmetrical block cipher with 128-bit, 192-bit, and 256-bit key from NTT and Mitsubishi Electric Corporation. It is one of the approved encryption methods to be used by European Union as well as specified in several Internet RFCs. See also: http://info.isl.ntt.co.jp/crypt/eng/camellia/index.html
security/Crypt-GOST-1.00 (Score: 7.3261835E-5)
Perl extension for GOST Encryption Algorithm
GOST 28147-89 is a 64-bit symmetric block cipher with a 256-bit key developed in the former Soviet Union. Some information on it is available at http://vipul.net/gost/ . This module implements GOST encryption. It supports the Crypt::CBC interface, with the functions described below. It also provides an interface that is backwards- compatible with Crypt::GOST 0.41, but its use in new code is discouraged.
security/Crypt-Khazad-1.0.3 (Score: 7.3261835E-5)
Perl extension for Khazad block cipher
Khazad is a 128-bit key, 64-bit block cipher. Designed by Vincent Rijmen and Paulo S. L. M. Barreto, Khazad is a NESSIE finalist for legacy-level block ciphers. Khazad has many similarities with Rijndael, and has an extremely high rate of diffusion.
security/Crypt-OpenSSL-X509-1.8.06 (Score: 7.3261835E-5)
Perl extension for OpenSSL X509 API
This implement a large majority of OpenSSL's useful X509 API. The email() method supports both certificates where the subject is of the form: "... CN=Firstname lastname/emailAddress=user@domain", and also certificates where there is a X509v3 Extension of the form "X509v3 Subject Alternative Name: email=user@domain".