Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第15,96115,970项(搜索用时0.011秒)
security/gpsoauth-0.1.0 (Score: 5.180394E-5)
Python client library for Google Play Services OAuth
gpsoauth allows python code to use the "master token" flow that KB Sriram described at http://sbktech.blogspot.com/2014/01/inside-android-play-services-magic.html. This is be useful when writing code that poses as a Google app, like gmusicapi does.
security/paramiko-2.0.0 (Score: 5.180394E-5)
Python SSH2 protocol library
This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.
security/pymacaroons-pynacl-0.9.3 (Score: 5.180394E-5)
Macaroon library for Python
Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens, macaroons embed caveats that define specific authorization requirements for the target service, the service that issued the root macaroon and which is capable of verifying the integrity of macaroons it receives.
security/pyme-0.8.1 (Score: 5.180394E-5)
Python interface to GPGME library
PyMe is a Python interface to GPGME library. PyMe's development model is GPGME + Python + SWIG (just like m2crypto is an OpenSSL + Python + SWIG) combination which means that most of the functions and types are converted from C into Python automatically by SWIG. In short, to be able to use PyMe you need to be familiar with GPGME.
security/service_identity-16.0.0 (Score: 5.180394E-5)
Service identity verification for pyOpenSSL
service_identity aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. In the simplest case, this means host name verification. However, service_identity implements RFC 6125 fully and plans to add other relevant RFCs too.
security/ssh-1.8.0 (Score: 5.180394E-5)
Python SSH2 protocol library
This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.
security/tlslite-0.4.9 (Score: 5.180394E-5)
Python module implementing SSL 3.0, TLS 1.0, and TLS 1.1
TLS Lite is a free python library that implements SSL 3.0, TLS 1.0, and TLS 1.1. TLS Lite supports non-traditional authentication methods such as SRP, shared keys, and cryptoIDs in addition to X.509 certificates. TLS Lite is pure Python, however it can access OpenSSL, cryptlib, pycrypto, and GMPY for faster crypto operations. TLS Lite integrates with httplib, xmlrpclib, poplib, imaplib, smtplib, SocketServer, asyncore, and Twisted.
security/racoon2-20100526a (Score: 5.180394E-5)
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/ratproxy-1.58 (Score: 5.180394E-5)
Semi-automated, largely passive web application security audit tool
Ratproxy is a semi-automated, largely passive web application security audit tool. It is meant to complement active crawlers and manual proxies more commonly used for this task, and is optimized specifically for an accurate and sensitive detection, and automatic annotation, of potential problems and security-relevant design patterns based on the observation of existing, user-initiated traffic in complex web 2.0 environments.
security/gpgr-0.0.4 (Score: 5.180394E-5)
Very light interface to the command-line GPG tool
gpgr is a very light interface to the command-line GPG (GNU Privacy Guard) tool which is soley concerned with making it as easy as possible to encrypt files with one (or more) public keys. It does not provide any major key management tools and does not support decryption.