Ports Search

Results 13,11113,120 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.026 seconds)
security/Session-Token-1.503 (Score: 1.5577191E-4)
Secure, efficient, simple random session token generation
This module provides a secure, efficient, and simple interface for creating session tokens, password reset codes, temporary passwords, random identifiers, and anything else you can think of. Like this: my $token = Session::Token->new->get; # 128 bits
security/cmd5checkpw-0.22 (Score: 1.5577191E-4)
Checkpassword compatible authentication program that uses CRAM-MD5
cmd5checkpw is a checkpassword compatible authentication program that uses CRAM-MD5 authentication mode. It was designed primary to work with qmail but it can be used by any other program that knows how to use checkpassword compatible authentication.
security/gnupg-1.4.21 (Score: 1.5577191E-4)
The GNU Privacy Guard
GnuPG is a complete and free replacement for PGP. Because it does not use the patented IDEA algorithm, it can be used without any restrictions. GnuPG is an RFC2440 (OpenPGP) compliant application. kuriyama@FreeBSD.org
security/openssl-1.1.0b (Score: 1.5577191E-4)
SSL and crypto library (1.1.x)
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols with full-strength cryptography world-wide. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL tookit and its related documentation. OpenSSL is based on the excellent SSLeay library developed by Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style licence, which basically means that you are free to get and use it for commercial and non-commercial purposes subject to some simple license conditions.
security/openssl-1.0.2j (Score: 1.5577191E-4)
SSL and crypto library
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols with full-strength cryptography world-wide. The project is managed by a worldwide community of volunteers that use the Internet to communicate, plan, and develop the OpenSSL tookit and its related documentation. OpenSSL is based on the excellent SSLeay library developed by Eric A. Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an Apache-style licence, which basically means that you are free to get and use it for commercial and non-commercial purposes subject to some simple license conditions.
security/pwman3-0.0.6 (Score: 1.5577191E-4)
Console password management application with sql storage
Pwman3 is a console based password management application. Pwman3 is written in python. It uses sql for storage and all data is encrypted when it isn't being viewed on screen.
security/gnutls-3.0.0 (Score: 1.5577191E-4)
Python wrapper for the GNUTLS library
This package provides a high level object oriented wrapper around libgnutls, as well as low level bindings to the GNUTLS types and functions via ctypes. The high level wrapper hides the details of accessing the GNUTLS library via ctypes behind a set of classes that encapsulate GNUTLS sessions, certificates and credentials and expose them to python applications using a simple API. The package also includes a Twisted interface that has seamless intergration with Twisted, providing connectTLS and listenTLS methods on the Twisted reactor once imported (the methods are automatically attached to the reactor by simply importing the GNUTLS Twisted interface module). The high level wrapper is written using the GNUTLS library bindings that are made available via ctypes. This makes the wrapper very powerful and flexible as it has direct access to all the GNUTLS internals and is also very easy to extend without any need to write C code or recompile anything.
security/distcache-1.4.5 (Score: 1.5577191E-4)
Distributed OpenSSL session caching tools
Distributed session caching tools and APIs, primarily for SSL/TLS servers though perhaps useful for other (non-SSL/TLS) circumstances. This also includes a self-contained network abstraction library (libnal), and the sslswamp SSL/TLS benchmark/test utility.
security/pyscard-1.9.4 (Score: 1.5577191E-4)
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/heimdal-1.5.3 (Score: 1.5577191E-4)
Popular BSD-licensed implementation of Kerberos 5
Heimdal is an implementation of Kerberos 5, largely written in Sweden (due to crypto export legal issues in the US at the time). It is freely available under a three clause BSD style license.