Ports Search

Results 5,2915,300 of 5,824 for /net/.(0.006 seconds)
security/integrit-4.1 (Score: 0.014903333)
File integrity verification program
Integrit is an alternative to file integrity verification programs like tripwire and aide. It helps you determine whether an intruder has modified a computer system.
security/libfprint-0.6.0 (Score: 0.014903333)
Library for fingerprint reader devices
libfprint is an open source software library designed to make it easy for application developers to add support for consumer fingerprint readers to their software.
security/libscrypt-1.20 (Score: 0.014903333)
C library for the scrypt key derivation function
Although the creator of scrypt has written an "example implementation", it doesn't satisfy the "simple library" requirement that prompts developers to implement it. Therefore, I've written my adaptation, which quite simply pulls the relevant parts from the original implementation, then adds a number of harnesses and simplified interfaces. The hope is that through this, any developer can utilise scrypt.
security/libuecc-7 (Score: 0.014903333)
Very small Elliptic Curve Cryptography library
This is a very small Elliptic Curve Cryptography library.
security/crypto-0.2.2 (Score: 0.014903333)
Objective wrapper for OpenSSL Crypto Library
This package provides an objective wrapper for OpenSSL Crypto Library
security/openvpn-admin-1.9.4 (Score: 0.014903333)
GUI frontend to openvpn
OpenVPN-Admin is a GUI for OpenVPN
security/aespipe-v2.4.c (Score: 0.014903333)
AES encrypting or decrypting pipe
aespipe program is AES encrypting or decrypting pipe. It reads from standard input and writes to standard output. It can be used to create and restore encrypted tar or cpio archives. It can be used to encrypt and decrypt loop-AES compatible encrypted disk images.
security/scrypt-1.4.2 (Score: 0.014903333)
PHP wrapper to Colin Percival's scrypt implementation
This is a PHP library providing a wrapper to Colin Percival's scrypt implementation. Scrypt is a key derivation function designed to be far more secure against hardware brute-force attacks than alternative functions such as PBKDF2 or bcrypt.
security/ssh2-0.13 (Score: 0.014903333)
PECL extension to the libssh2 library
PHP bindings to the libssh2 library which provide access to resources (shell, remote exec, tunneling, file transfer) on a remote machine using a secure cryptographic transport.
security/pam_search_list-0.1 (Score: 0.014903333)
PAM module to search arbitrary file for user
This PAM service module allows PAM-enabled applications to check if the target user is in some arbitrary plaintext list. Similar to module pam_ftpusers from the FreeBSD Project and is based on it's code.