Ports Search

Results 1,0811,090 of 1,385 for /security/.(0.003 seconds)
security/rex-struct2-0.1.0 (Score: 0.08339406)
Ruby Exploitation(Rex) library for creating and using C-like structs
This Gem contains all of the Ruby Exploitation(Rex) library for generating/manipulating C-Style structs.
security/pam-1.0.3 (Score: 0.08339406)
PECL classes for PAM integration
pecl-pam provides PAM (Pluggable Authentication Modules) integration. PAM is a system of libraries that handle the authentication tasks of applications and services. The library provides a stable API for applications to defer to for authentication tasks.
security/sks-1.1.5 (Score: 0.08339406)
Synchronizing Key Server, a fast OpenPGP keyserver
SKS OpenPGP Key Server SKS is a new OpenPGP keyserver whose goal is to provide easy to deploy, decentralized, and highly reliable synchronization. That means that a key submitted to one SKS server will quickly be distributed to all key servers; and even wildly out-of-date servers, or servers that experience spotty connectivity, can fully synchronize with rest of the system. Refer to the online references for pointers on downloading a full copy of the public PGP databse (about 2Gb) and on tweaking the your configuration. http://www.keysigning.org/sks/ may help you getting started.
security/rex-zip-0.1.0 (Score: 0.08339406)
Ruby Exploitation(Rex) library for working with zip and related files
This Gem contains all of the Ruby Exploitation(Rex) library for working with zip and related files.
security/safesh-1.5 (Score: 0.08339406)
Authentication manager for OpenSSH (making secure auth easier)
safesh is an authentication manager for OpenSSH. By automatically creating keys and starting ssh-agents, it makes it (fairly) convenient to use one key for each host pair (authenticator and authenticatee), it avoids the use of authentication theft with SSH.
security/roauth-0.0.8 (Score: 0.08339406)
Simple Ruby OAuth library
A simple OAuth library that supports OAuth header signing, and header verifying.
security/ruby-hmac-0.4.0 (Score: 0.08339406)
Common interface to HMAC functionality
This module provides common interface to HMAC functionality. HMAC is a kind of "Message Authentication Code" (MAC) algorithm whose standard is documented in RFC2104. Namely, a MAC provides a way to check the integrity of information transmitted over or stored in an unreliable medium, based on a secret key. Originally written by Daiki Ueno. Converted to a RubyGem by Geoffrey Grosenbach
security/ruby-rc4-0.1.5 (Score: 0.08339406)
Pure Ruby implementation of the RC4 algorithm
A pure Ruby implementation of the RC4 algorithm
security/ruby-saml-1.3.0 (Score: 0.08339406)
SAML toolkit for Ruby on Rails
SAML toolkit for Ruby on Rails
security/scrypt-2.1.1 (Score: 0.08339406)
Scrypt key derivation function
The scrypt key derivation function is designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt.