Ports Search

Results 15,20115,210 of 19,819 for %22HTTP Server%22.(0.01 seconds)
security/mcrypt-1.1 (Score: 9.2878623E-4)
Comprehensive Python interface to the mcrypt library
Python-mcrypt is a comprehensive Python interface to the mcrypt library, which provides a uniform interface to several symmetric encryption algorithms.
security/oauth2client-2.2.0 (Score: 9.2878623E-4)
OAuth 2.0 client library
oauth2client is a Python module for client-side oauth2 authentication. It works with Google's oauth2 service by default, and is compatible with any oauth2 service.
security/spake2-0.7 (Score: 9.2878623E-4)
SPAKE2 password-authenticated key exchange (pure python)
SPAKE2 password-authenticated key exchange (pure python)
security/trustedpickle-0.02 (Score: 9.2878623E-4)
TrustedPickle is a Python (de)Pickler with a way to verify the data
TrustedPickle is a Python module that can save most any arbitrary Python object in a signed pickle file. There are two big differences between this module and the standard pickle module. First, TrustedPickle can pickle a module, but the standard pickle module cannot. Second, TrustedPickle includes a signature that can verify the data's origin before the data is unpickled.
security/twofish-0.7 (Score: 9.2878623E-4)
Twofish cryptographic module for Python
A pure python implementation of the Rijndael encryption algorithm. Useful for quick string encryption in python programs but probably is not fast enough for anything too big.
security/xmlsec-0.3.0 (Score: 9.2878623E-4)
Python bindings for XML Security Library
PyXMLSec is a set of Python bindings for the XML Security library (XMLSec).
security/retranslator-5.0.0 (Score: 9.2878623E-4)
The update utility for Kaspersky applications
The update utility is designed to download and save updates and modules of the Kaspersky Lab's applications into a separate folder. With the help of the utility you can download updates for selected Kaspersky Lab's applications installed either in your network or at a home PC. The utility has a function for saving downloaded updates and autopatches in a local folder, a network folder connected as a disc to the computer file system, or onto a flash-carrier.
security/hmac-0.4.0 (Score: 9.2878623E-4)
Ruby library which implements the HMAC algorithm
ruby-hmac: HMAC for Ruby This module provides a common interface to HMAC functionality. HMAC is a kind of "Message Authentication Code" (MAC) algorithm which 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.
security/racoon2-20100526a (Score: 9.2878623E-4)
Racoon2 IPsec daemon
"racoon2" is a system to exchange and to install security parameters for the IPsec. Currently the system supports the following specification: Internet Key Exchange (IKEv2) Protocol draft-ietf-ipsec-ikev2-17.txt Kerberized Internet Negotiation of Keys (KINK) draft-ietf-kink-kink-06.txt PF_KEY Key Management API, Version 2 RFC2367 The Internet Key Exchange (IKE) RFC2409
security/oath-toolkit-2.6.2 (Score: 9.2878623E-4)
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.