Ports 搜索

共有1,385项符合/security/的查询结果,以下是第661670项(搜索用时0.002秒)
security/Crypt-UnixCrypt_XS-0.10 (Score: 0.08339406)
Perl XS interface for a portable traditional crypt function
Perl XS interface for a portable traditional crypt function.
security/chntpw-110511 (Score: 0.08339406)
Utility to set the password and edit registry on Microsoft NT system
* This is a utility to (re)set the password of any user that has a valid (local) account on your NT system. * You do not need to know the old password to set a new one. * It works offline, that is, you have to shutdown your computer and boot off a floppydisk or CD. * Will detect and offer to unlock locked or disabled out user accounts! * It is also an almost fully functional registry editor!
security/chrootuid-1.3 (Score: 0.08339406)
Simple wrapper that combines chroot(8) and su(1) into one program
The chrootuid command combines chroot(8) and su(1) into one program, so that there is no need to have commands such as /usr/bin/su in the restricted environment. Access to the file system is restricted to the newroot subtree and privileges are restricted to those of the newuser account (which must be a known account in the unrestricted environment). See also jail(8)
security/cisco-torch-0.4 (Score: 0.08339406)
Mass Cisco Vulnerability Scanner
Cisco-torch is a mass Cisco Vulnerability Scanner. The main feature that makes Cisco-torch different from similar tools is the extensive use of forking to launch multiple scanning processes on the background for maximum scanning efficiency. Also, it uses several methods of application layer fingerprinting simultaneously, if needed. We wanted something fast to discover remote Cisco hosts running Telnet, SSH, Web, NTP and SNMP services and launch dictionary attacks against the services discovered.
security/ckpass-0.2 (Score: 0.08339406)
Ncurses based password database client
An ncurses based password database client that is compatible with KeePass 1.x format databases.
security/md5-1.8.5 (Score: 0.08339406)
Native MD5 implementation in Common Lisp
A native MD5 implementation in Common Lisp. This package is compiled with SBCL.
Update script for third-party ClamAV databases
The clamav-unofficial-sigs script provides the capability to download, test, and update the third-party ClamAV signature databases provided by Sanesecurity, SecuriteInfo, MalwarePatrol, OITC, etc.
security/Crypt-Random-1.25 (Score: 0.08339406)
Cryptographically Secure, True Random Number Generator
Crypt::Random is an interface module to the /dev/random device found on most modern Unix systems. The /dev/random driver gathers environmental noise from various non-deterministic sources including inter-keyboard timings and inter-interrupt timings that occur within the operating system environment. The /dev/random driver maintains an estimate of true randomness in the pool and decreases it every time random strings are requested for use. When the estimate goes down to zero, the routine blocks and waits for the occurrence of non-deterministic events to refresh the pool. The /dev/random kernel module also provides another interface, /dev/urandom, that does not wait for the entropy-pool to recharge and returns as many bytes as requested. /dev/urandom is considerably faster at generation compared to /dev/random, which should be used only when very high quality randomness is desired.
security/Crypt-Rijndael-1.11 (Score: 0.08339406)
Perl module that implements the Rijndael cipher
Crypt::Rijndael is a Crypt::CBC compliant Rijndael encryption module that implements the Rijndael cipher, which has just been selected as the new Advanced Encryption Standard (AES).
security/Crypt-SKey-0.10 (Score: 0.08339406)
Perl S/Key calculator
This module contains a simple S/Key calculator (as described in RFC 1760) implemented in Perl. It exports the function `key' by default, and may optionally export the function `compute'. `compute_md4', `compute_md5', `key_md4', and `key_md5' are provided as convenience functions for selecting either MD4 or MD5 hashes. The default is MD4; this may be changed with with the `$Crypt::SKey::HASH' variable, assigning it the value of `MD4' or `MD5'. You can access any of these functions by exporting them in the same manner as `compute' in the above example. Most S/Key systems use MD4 hashing, but a few (notably OPIE) use MD5.