Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第6,6416,650项(搜索用时0.009秒)
security/aescrypt-0.7 (Score: 0.0012383816)
Command-line AES encryption/decryption suite
From the aescrypt README.html: This is a program for encrypting/decrypting streams of data using Rijndael and Cipher Block Feedback mode (CFB-128). ... 5. This program was deliberately kept extremely simple. It is not intended to be a full encryption solution, it is intended to be used within scripts as part of a complete solution. Keychain management, public key signatures, etc. are all expected to be done external to this program.
security/binwalk-2.1.1 (Score: 0.0012383816)
Search binary images for embedded files and executable code
Binwalk is a tool for searching a given binary image for embedded files and executable code. Specifically, it is designed for identifying files and code embedded inside of firmware images. Binwalk uses the libmagic library, so it is compatible with magic signatures created for the Unix file utility. Binwalk also includes a custom magic signature file which contains improved signatures for files that are commonly found in firmware images such as compressed/archived files, firmware headers, Linux kernels, bootloaders, filesystems, etc. More details are available at:
security/blindelephant-1.0 (Score: 0.0012383816)
Fingerprint the web applications used by a web site
The BlindElephant Web Application Fingerprinter attempts to discover the version of a (known) web application by comparing static files at known locations against precomputed hashes for versions of those files in all available releases. The technique is fast, low-bandwidth, non-invasive, generic, and highly automatable.
security/botan-1.10.13 (Score: 0.0012383816)
Portable, easy to use, and efficient C++ crypto library
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 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 optimizations for common CPUs, including x86, x86-64, and PowerPC, offers further speedups for critical tasks such as SHA-1 hashing and multiple precision integer operations. Botan is licensed under the same permissive terms as FreeBSD itself.
security/bsdsfv-1.18 (Score: 0.0012383816)
Flexible SFV checksum utility
BSDsfv is a flexible and highly compatible SFV checksum utility. Features: - create SFV files, verify downloaded single files or whole releases - add banners to your SFV files - very flexible and compatible with all other SFV tools currently known, including SFVNIX compatibility mode concerning SFV files created - easy to console application - plug & play support for glFTPd and other demons including count-missing-files feature for race scripts
security/hamachi-0.9.9.9.20 (Score: 0.0012383816)
Fast, secure, simple VPN software with NAT-traversal
Hamachi is a zero-configuration virtual private networking tool.
security/bugs-4.1.1 (Score: 0.0012383816)
Great cryptographic library and sample programs
This package include a C library and some sample programs that demonstrate the library's power. It is a cryptographic library: you can crypt any type of data. Key length is unlimited. You can generate password, manage users, hide text in file, etc. ATTENTION!!! IN SOME COUNTRIES THIS SOFTWARE MAY BE ILLEGAL, SO DON'T USE IT IF YOU ARE NOT ALLOWED.
security/suhosin-0.9.38 (Score: 0.0012383816)
PHP extension that implements high-level protections
Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws in PHP applications and the PHP core. Suhosin comes in two independent parts, that can be used separately or in combination. The first part is a small patch against the PHP core, that implements a few low-level protections against bufferoverflows or format string vulnerabilities and the second part is a powerful PHP extension that implements all the other protections. Suhosin is binary compatible to normal PHP installation, which means it is compatible to 3rd party binary extension like ZendOptimizer.
security/cfv-1.18.3 (Score: 0.0012383816)
Utility to both test and create .sfv, .csv, and md5sum files
cfv is a utility to both test and create .sfv, .csv and md5sum files. These files are commonly used to ensure the correct retrieval or storage of data. Features: - supports .sfv, .csv(2, 3, and 4 field variants), md5sum, BSD md5 sha1sum, .torrent and (test-only) .par, .par2 file formats - automatic checksum file naming ability in create mode - recursive operation - show unverified files option - ignore case and fix path separator options for cross platform use - transparent gzip support for checksum files - configurable renaming of bad files (with testing against previous bad files, to save only unique differing copies)
security/pamtester-0.1.2 (Score: 0.0012383816)
Command line pam authentication tester
pamtester is a tiny utility program to test the pluggable authentication modules (PAM) facility, which is a de facto standard of unified authentication management mechanism in many unices and similar OSes including Solaris, HP-UX, *BSD, MacOSX and Linux. While specifically designed to help PAM module authors to test their modules, that might also be handy for system administrators interested in building a centralised authentication system using common standards such as NIS, SASL and LDAP.