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.
Authentication via DBM files.
Authentication Passwd authentication.
Authentication via RADIUS.
Authentication via SMB protocol.
Authentication via SSH protocol.
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.
A PEAR class to emulate Perl's Crypt::CBC module.
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.