Ports Search

Results 18,84118,850 of 19,819 for %22HTTP Server%22.(0.012 seconds)
security/HTML-Email-Obfuscate-1.00 (Score: 7.739885E-4)
Obfuscates HTML email addresses that look normal
"Don't put emails directly on the page, they will be scraped" HTML::Email::Obfuscate - Obfuscated HTML email addresses that look normal.
security/IO-Async-SSL-0.19 (Score: 7.739885E-4)
Use SSL/TLS with IO::Async
This module extends existing IO::Async classes with extra methods to allow the use of SSL or TLS-based connections using IO::Socket::SSL. It does not directly provide any methods or functions of its own. Primarily, it provides SSL_connect and SSL_listen, which yield IO::Socket::SSL-upgraded socket handles or IO::Async::SSLStream instances, and two forms of SSL_upgrade to upgrade an existing TCP connection to use SSL.
security/Net-SSL-ExpireDate-1.17 (Score: 7.739885E-4)
Obtain expiration date of certificate
Net::SSL::ExpireDate get certificate from network (SSL) or local file and obtain its expiration date.
security/POE-Component-SSLify-1.012 (Score: 7.739885E-4)
Integrate SSL into POE
This component represents the standard way to do SSL in POE.
security/POE-Filter-SSL-0.29.1 (Score: 7.739885E-4)
Esiest and flexiblest way to SSL in POEIntegrate SSL into POE
This module allows to secure connections of POE::Wheel::ReadWrite with OpenSSL by a POE::Filter object, and behaves (beside of SSLing) as POE::Filter::Stream.
Perl extension for generating pronounceable passwords
Text::Password::Pronounceable - Generate pronounceable passwords This module generates pronuceable passwords, based the English digraphs by D Edwards.
security/Unix-Passwd-File-0.22 (Score: 7.739885E-4)
Manipulate passwd and group entries
Unix::Passwd::File can be used to read and manipulate entries in Unix system password files (/etc/passwd, /etc/group, /etc/group, /etc/gshadow) but can also be told to search in custom location, for testing purposes). This module uses a procedural (non-OO) interface. Each function in this module open and read the passwd files once. Read-only functions like `list_users()` and `get_max_gid()` open in read-only mode. Functions that might write to the files like `add_user()` or `delete_group()` first lock `passwd.lock` file, open in read+write mode and also read the files in the first pass, then seek to the beginning and write back the files. No caching is done so you should do your own if you need to.
security/pam_fprint-20080330 (Score: 7.739885E-4)
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/pam_krb5-4.7 (Score: 7.739885E-4)
Pluggable Authentication Module for Kerberos 5
A Pluggable Authentication Module for Kerberos 5, which can be compiled for either Heimdal or MIT Kerberos.
security/pam_ldap-1.8.6 (Score: 7.739885E-4)
Pam module for authenticating with LDAP
This is a PAM module for authenticating with LDAP.