Ports Search

Results 1,0211,030 of 1,385 for /security/.(0.003 seconds)
security/password-0.5.3 (Score: 0.08339406)
Ruby library to create, verify, and manipulate passwords
Ruby/Password comprises a set of useful methods for creating, verifying and manipulating passwords. It includes an interface to CrackLib, a library commonly used for checking password strength.
security/tcpwrap-0.6 (Score: 0.08339406)
TCP wrappers library for Ruby
ruby-tcpwrap -- TCP wrappers library for Ruby.
security/airbrussh-1.0.2 (Score: 0.08339406)
Replacement log formatter for SSHKit
Airbrussh is a concise log formatter for Capistrano and SSHKit. It displays well-formatted, useful log output that is easy to read. Airbrussh also saves Capistrano's verbose output to a separate log file just in case you need additional details for troubleshooting.
security/oath-toolkit-2.6.2 (Score: 0.08339406)
Library, tools, and PAM module for OATH authentication
The OATH Toolkit contains a shared library, command line tool and a PAM module that makes it possible to build one-time password authentication systems. Supported technologies include the event-based HOTP algorithm and the time-based TOTP algorithm. OATH is the Open AuTHentication organization which specify the algorithms. The components included in the package is: - liboath: A shared and static C library for OATH handling. - oathtool: A command line tool for generating and validating OTPs. - pam_oath: A PAM module for pluggable login authentication for OATH.
security/shimmer-0.1.0 (Score: 0.08339406)
Perl implementation that hides a valuable port on your server
shimmer is a pair of small programs (a client and a server) that provide an alternative to port knocking program such as tumbler and are used to hide a valuable port (such as a hidden web server or SSH) on a public IP address.
security/bcrypt-ruby-3.1.5 (Score: 0.08339406)
Sophisticated and secure hash algorithm for passwords
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. bcrypt-ruby provides a simple, humane wrapper for safely handling passwords.
security/shttpscanner-0.4 (Score: 0.08339406)
Simple HTTP scanner
Simple HTTP Scanner is a creation made for web site pen testing. You can check for directories and files on the remote web server and get some server information like the webserver running.
security/radamsa-0.3 (Score: 0.08339406)
General purpose fuzzer
Radamsa is a generic test case generator for robustness testing, aka a fuzzer. It can be used to test how well a program can stand malformed and potentially malicious inputs. It operates on given sample inputs and thus requires minimal effort to set up.
security/rcracki_mt-0.7.0 (Score: 0.08339406)
Rainbow table based crack tool
Modified version of rcrack which supports hybrid and indexed tables. In addition to that, it also adds multi-core support.
security/digest-crc-0.4.1 (Score: 0.08339406)
Adds support for CRC to the Digest module
Adds support for calculating Cyclic Redundancy Check (CRC) to the Digest module. Pure Ruby implementation. Provides CRC Tables for optimized calculations.