Ports Search

Results 5,7215,730 of 5,824 for /net/.(0.004 seconds)
security/OpenSSH-askpass-1.2.4.1 (Score: 0.012419444)
Graphical password applet for entering SSH passphrase
ssh-askpass is a small applet intended for use in conjunction with OpenSSH. It pops up a window and requests the user input their SSH passphrase. It is not designed to be executed directly, but to be called by OpenSSH's ssh-add(1) utility. If no controlling terminal is found (e.g. ssh-add is called from the .xinitrc as part of the X login process), and DISPLAY is set, ssh-add will spawn ssh-askpass to request the password.
security/Authen-Simple-DBM-0.2 (Score: 0.012419444)
Simple DBM authentication
Authentication via DBM files.
security/Authen-Simple-PAM-0.2 (Score: 0.012419444)
Simple PAM authentication
Authentication via PAM.
security/Authen-Simple-Passwd-0.6 (Score: 0.012419444)
Simple Passwd authentication
Authentication Passwd authentication.
security/Authen-Simple-RADIUS-0.1 (Score: 0.012419444)
Simple RADIUS authentication
Authentication via RADIUS.
security/Authen-Simple-SMB-0.1 (Score: 0.012419444)
Simple SMB authentication
Authentication via SMB protocol.
security/Authen-Simple-SSH-0.1 (Score: 0.012419444)
Simple SSH authentication
Authentication via SSH protocol.
security/pam_fprint-20080330 (Score: 0.012419444)
PAM module offering finger print authentication using libfprint
pam_fprint is a simple PAM module which uses libfprint's fingerprint processing and verification functionality for authentication. In other words, instead of seeing a password prompt, you're asked to scan your fingerprint.
security/Crypt_CBC-1.0.1 (Score: 0.012419444)
PEAR class to emulate Perl's Crypt::CBC module
A PEAR class to emulate Perl's Crypt::CBC module.
security/fchksum-1.7.1 (Score: 0.012419444)
Python module to find the checksum of files
fchksum is a Python module to find the checksum of files. Currently it supports crc32 and md5 checksums. The advantage of using fchksum over the python md5 and zlib(.crc32) modules is both ease of use and speed. You only need to tell it the filename and the actual work is done by C code. Compared to the implementing a read loop in python with the standard python modules, fchksum is approximatly 2.0x faster in md5 and 1.1x faster in crc32.