Ports Search

Results 821830 of 1,385 for /security/.(0.003 seconds)
security/Auth-1.6.4 (Score: 0.08339406)
PEAR class for creating an authentication system
The PEAR::Auth package provides methods for creating an authentication system using PHP. Currently it supports the following storage containers to read/write the login data: * All databases supported by the PEAR database layer * All databases supported by the MDB database layer * All databases supported by the MDB2 database layer * Plaintext files * LDAP servers * POP3 servers * IMAP servers * vpopmail accounts * RADIUS * SAMBA password files * SOAP
security/Auth_HTTP-2.1.8 (Score: 0.08339406)
PEAR HTTP authentication
The PEAR::Auth_HTTP class provides methods for creating an HTTP authentication system using PHP, that is similar to Apache's realm-based .htaccess authentication.
security/Auth_PrefManager-1.2.2 (Score: 0.08339406)
PEAR preferences management class
Preference Manager is a class to handle user preferences in a web application, looking them up in a table using a combination of their userid, and the preference name to get a value, and (optionally) returning a default value for the preference if no value could be found for that user. It is designed to be used alongside the PEAR Auth class, but can be used with anything that allows you to obtain the user's id - including your own code.
security/Auth_SASL-1.0.6 (Score: 0.08339406)
PEAR abstraction of various SASL mechanism responses
Provides PHP code to generate responses to common SASL mechanisms, including: - Digest-MD5 - CramMD5 - Plain - Anonymous - Login (Pseudo mechanism).
security/Crypt_Blowfish-1.1.0.r2 (Score: 0.08339406)
PEAR class for blowfish encryption
PEAR::Crypt_Blowfish allows you to perform two-way blowfish encryption on the fly using only PHP. This package does not require the MCrypt PHP extension to work, although it can make use of it if available.
security/Crypt_CBC-1.0.1 (Score: 0.08339406)
PEAR class to emulate Perl's Crypt::CBC module
A PEAR class to emulate Perl's Crypt::CBC module.
security/SecretStorage-2.2.1 (Score: 0.08339406)
Store passwords using the SecretService DBus API
SecretService provides a way to securely storing passwords and other secrets in Python. It uses DBus Secret Service API that is supported by GNOME Keyring (>= 2.30) and KWallet (>= 4.8). It allows to create new passwords, delete and search for passwords matching given attributes. It also supports graphical prompts when unlocking is needed.
security/acme-tiny-0.0.g.2016.08.18 (Score: 0.08339406)
Tiny script to issue and renew TLS certs from Let's Encrypt
This is a tiny, auditable script that you can throw on your server to issue and renew Let's Encrypt certificates. Since it has to be run on your server and have access to your private Let's Encrypt account key, I tried to make it as tiny as possible (currently less than 200 lines). The only prerequisites are python and openssl.
security/crits-3.1.0 (Score: 0.08339406)
Collaborative Research Into Threats
CRITs is a web-based tool which combines an analytic engine with a cyber threat database that not only serves as a repository for attack data and malware, but also provides analysts with a powerful platform for conducting malware analyses, correlating malware, and for targeting data. These analyses and correlations can also be saved and exploited within CRITs. CRITs employs a simple but very useful hierarchy to structure cyber threat information. This structure gives analysts the power to 'pivot' on metadata to discover previously unknown related content.
security/cryptography-1.4 (Score: 0.08339406)
Cryptographic recipes and primitives for Python developers
cryptography is a package designed to expose cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.2+, and PyPy. cryptography includes both high level recipes, and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests and key derivation functions.