Ports Search

Results 841850 of 1,385 for /security/.(0.002 seconds)
security/pinentry-0.9.7 (Score: 0.08339406)
Console version of the GnuPG password dialog
security/Crypt_RC4-1.0.3 (Score: 0.08339406)
PEAR encryption class for RC4 encryption
PEAR RC4 encryption class.
security/Crypt_RSA-1.2.1 (Score: 0.08339406)
PEAR class allows you to use two-key strong cryptography
PEAR::Crypt_RSA allows you to use two-key strong cryptography like RSA with arbitrary key length. It uses one of the following extensions for math calculations: - PECL big_int extension version greater than or equal to 1.0.3 - PHP GMP extension - PHP BCMath extension for both PHP4 and PHP5
security/openssl-1.0.1e (Score: 0.08339406)
OpenSSL toolkit (Linux CentOS 6.8)
security/pkcs11-helper-1.11 (Score: 0.08339406)
Helper library for multiple PKCS#11 providers
pkcs11-helper is a library that simplifies the interaction with PKCS#11 providers for end-user applications. pkcs11-helper allows using multiple PKCS#11 providers at the same time, enumerating available token certificates, or selecting a certificate directly by serialized id, handling card removal and card insert events, handling card re-insert to a different slot, supporting session expiration and much more all using a simple API. pkcs11-helper is not designed to manage card content, since object attributes are usually vendor specific, and 99% of application need to access existing objects in order to perform signature and decryption.
security/pkesh-1.0 (Score: 0.08339406)
Public Key Encryption SHell script
pkesh is a Public Key Encryption SHell script. Think GPG with 99.9% less code and without the web-of-trust mechanism: pkesh encrypts data to a key, and it's up to you to make sure it's the correct key.
security/pktsuckers-1.2 (Score: 0.08339406)
Log contents of unwanted UDP packets and TCP connections
The two programs tcpsuck and udpsuck run out of the Inetd daemon on unused ports. They log the contents of packets or connections to these ports. This allows you to read the contents of the network strobe attacks on your machine. It also slows the strobes down, as they think you're actually running a service on several ports when you aren't.
security/Crypt_XXTEA-0.9.0 (Score: 0.08339406)
PEAR XXTEA encryption algorithm
This package allows you to encrypt and decrypt strings or long integer arrays with the XXTEA encryption algorithm, which is secure, fast and suitable for web development.
security/File_HtAccess-1.2.1 (Score: 0.08339406)
PEAR class to manipulate .htaccess files
Provides methods to create and manipulate .htaccess files.
security/poly1305aes-20050218 (Score: 0.08339406)
Poly1305 message authentication reference implementation using AES
Poly1305-AES is a state-of-the-art secret-key message-authentication code suitable for a wide variety of applications. Poly1305-AES computes a 16-byte authenticator of a message of any length, using a 16-byte nonce (unique message number) and a 32-byte secret key. Attackers can't modify or forge messages if the message sender transmits an authenticator along with each message and the message receiver checks each authenticator. There's a mailing list for Poly1305-AES discussions. To subscribe, send an empty message to poly1305-subscribe@list.cr.yp.to.