Ports Search

Results 961970 of 1,385 for /security/.(0.004 seconds)
security/pyelliptic-1.5.7 (Score: 0.08339406)
Python OpenSSL wrapper
Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC, Blowfish, ...
security/pymacaroons-pynacl-0.9.3 (Score: 0.08339406)
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: 0.08339406)
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/gwee-1.36 (Score: 0.08339406)
Tool to exploit command execution vulnerabilities in web scripts
gwee (Generic Web Exploitation Engine) is a small program written in C designed to exploit input validation vulnerabilities in web scripts, such as Perl CGIs, PHP, etc.
security/pysaml2-4.0.2 (Score: 0.08339406)
Python implementation of SAML Version 2
PySAML2 is a pure python implementation of SAML2. It contains all necessary pieces for building a SAML2 service provider or an identity provider. The distribution contains examples of both. Originally written to work in a WSGI environment there are extensions that allow you to use it with other frameworks.
security/pyscard-1.9.4 (Score: 0.08339406)
Smartcard module for Python
The pyscard smartcard library is a framework for building smart card aware applications in Python. The smartcard module is built on top of the PCSC API Python wrapper module.
security/python-gnupg-0.3.8 (Score: 0.08339406)
Python wrapper for the GNU Privacy Guard (GPG or GnuPG)
The gnupg module allows Python programs to make use of the functionality provided by the GNU Privacy Guard (abbreviated GPG or GnuPG). Using this module, Python programs can encrypt and decrypt data, digitally sign documents and verify digital signatures, manage (generate, list and delete) encryption keys, using proven Public Key Infrastructure (PKI) encryption technology based on OpenPGP.
security/python-openid-2.2.5 (Score: 0.08339406)
Python OpenID version
Python OpenID library implements recent changes to the OpenID specification as well as making API changes that should make integration with applications easier. This library allows the use of XRI as OpenID identifiers, allowing users to log in with their i-names. For full XRI compatibility, relying parties integrating this library should take note of the user's CanonicalID, as described in the "Identifying the End User" section of the OpenID 2.0 specification.
security/python-registry-1.2.0 (Score: 0.08339406)
Read access to Windows Registry files
python-registry was originally written by Willi Ballenthin, a forensicator who wanted to access the contents of the Windows Registry from his Linux laptop. python-registry currently provides read-only access to Windows Registry files, such as NTUSER.DAT, userdiff, and SOFTWARE. The interface is two-fold: a high-level interface suitable for most tasks, and a low level set of parsing objects and methods which may be used for advanced study of the Windows Registry. python-registry is written in pure Python, making it portable across all major platforms.
security/python-social-auth-0.2.14 (Score: 0.08339406)
Python Social Auth is a social authentication/registration mechanism
Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers.