Ports Search

Results 631640 of 1,385 for /security/.(0.002 seconds)
security/Digest-1.17 (Score: 0.08339406)
Modules that calculate message digests
This is just a simple frontend module for autoloading of various Digest:: modules. It also provide documentation of the interface that all Digest:: modules should provide.
security/Crypt-RIPEMD160-0.06 (Score: 0.08339406)
RIPEMD-160 message digest algorithm
The Crypt::RIPEMD160 module allows you to use the RIPEMD160 Message Digest algorithm from within Perl programs. The module is based on the implementation from Antoon Bosselaers from Katholieke Universiteit Leuven.
security/Crypt-RSA-Yandex-0.06 (Score: 0.08339406)
Perl binding to modified RSA (yamrsa)
Perl binding to modified RSA library (yamrsa) for encrypting Yandex auth token
security/d0_blind_id-1.0 (Score: 0.08339406)
Crypto library
Cryptographic library to perform identification using Schnorr Identification scheme and Blind RSA Signatures.
security/Crypt-Rabbit-1.0.0 (Score: 0.08339406)
Perl extension for Rabbit stream cipher
Rabbit is a new stream cipher based on the properties of counter assisted stream ciphers, invented by Martin Boesgaard, Mette Vesterager, Thomas Pedersen, Jesper Christiansen, and Ove Scavenius of Cryptico A/S.
security/Crypt-RandPasswd-0.04 (Score: 0.08339406)
Implementation of the Automated Password Generator standard
This is an implementation of the Automated Password Generator standard, defined in FIPS Publication 181, "Standard for Automated Password Generator":
security/arpCounterattack-1.2.0 (Score: 0.08339406)
Detects and remedies ARP attacks
arpCounterattack is a program for detecting and remedying "ARP attacks." It monitors traffic on any number of Ethernet interfaces and examines ARP replies and gratuitous ARP requests. If it notices an ARP reply or gratuitous ARP request that is in conflict with its notion of "correct" Ethernet/IP address pairs, it logs the attack if logging is enabled, and, if the Ethernet interface that the attack was seen on is configured as being in aggressive mode, it sends out a gratuitous ARP request and a gratuitous ARP reply with the "correct" Ethernet/IP address pair in an attempt to reset the ARP tables of hosts on the local network segment. The corrective gratuitous ARP request and corrective gratuitous ARP reply can be sent from an Ethernet interface other than the one that the attack was seen on.
security/autossh-1.4e (Score: 0.08339406)
Automatically restart SSH sessions and tunnels
autossh is a program to start a copy of ssh and monitor it, restarting it as necessary should it die or stop passing traffic. The original idea and the mechanism were from rstunnel (Reliable SSH Tunnel). With this version the method changes: autossh uses ssh to construct a loop of ssh forwardings (one from local to remote, one from remote to local), and then sends test data that it expects to get back. (The idea is thanks to Terrence Martin.)
security/avcheck-0.91 (Score: 0.08339406)
Simple antivirus solution for a mail system
Avcheck is a simple program that allows you to call an antivirus software in order to check mail messages for viruses before actual delivery from within a Mail Transfer Agent, or MTA. Avcheck itself isn't a virusscanner, nor it is an MTA. It sits between the MTA and a real antivirus software. Most MTAs available today can call an external program for every mail message in order to perform various tasks, including virus scanning and content filtering. Avcheck can be used as that external program. Avcheck will receive a mail message from a mail system, pass it to an antivirus software, and, depending on the presence of a virus in that message, will either allow the message to be delivered or take appropriate actions to handle infected mail. Avcheck does nothing with a mail message contents -- it's task is to prepare file with a mail message and feed it to an antivirus progra. It's an antivirus task to decode MIME structure, handle embedded archives and so on. Many but not all antivirus products today have this ability.
security/axTLS-1.4.9 (Score: 0.08339406)
SSL/TLS client/server library implementation
The axTLS project is an SSL client/server library using the TLSv1 protocol. It is designed to be small and fast, and is suited to embedded projects. A web server is included.