Ports Search

Results 7,2617,270 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.018 seconds)
security/dfwinreg-20160428 (Score: 2.1808068E-4)
Digital Forensics Windows Registry
dfWinReg, or Digital Forensics Windows Registry, is a Python module that provides read-only access to Windows Registry objects.
security/rex-sslscan-0.1.0 (Score: 2.1808068E-4)
Ruby Exploitation(Rex) library for scanning SSL/TLS capabilities
This library is a pure ruby implementation of the SSLScan tool originally written by Ian Ventura-Whiting.
security/Crypt-CBCeasy-0.24 (Score: 2.1808068E-4)
Easy things make really easy with Crypt::CBC
This module is just a helper for Crypt::CBC to make simple and usual jobs just one-liners.
security/Crypt-Curve25519-0.05 (Score: 2.1808068E-4)
Generate shared secret using elliptic-curve Diffie-Hellman function
Curve25519 is a state-of-the-art Diffie-Hellman function suitable for a wide variety of applications. Given a user's 32-byte secret key, Curve25519 computes the user's 32-byte public key. Given the user's 32-byte secret key and another user's 32-byte public key, Curve25519 computes a 32-byte secret shared by the two users. This secret can then be used to authenticate and encrypt messages between the two users.
security/Crypt-Blowfish_PP-1.12 (Score: 2.1808068E-4)
Blowfish encryption algorithm implemented purely in Perl
Blowfish is a published algorithm written by Bruce Schneier Unlike IDEA or DES etc. there are no patent implications in using this algorithm. It uses anywhere between a 64 bit and a 448 bit key. The transform itself is fast and operates on a 64 bit block, and most of the calculation time is in initialising the context with the key data. The _PP name comes from the fact that this implementation is Pure Perl, and will not have any compatibility problems.
security/Crypt-OFB-0.01 (Score: 2.1808068E-4)
Encrypt Data using OFB Mode
This module is a Perl-only implementation of the OFB mode. Where OFB stands for Output Feedback Block.
security/Crypt-TripleDES-0.24 (Score: 2.1808068E-4)
Perl module implementing the Triple-DES cipher
Crypt::TripleDES is a perl module implementing the Triple-DES (3DES) cipher. It is used via the crypt3() function.
security/chntpw-110511 (Score: 2.1808068E-4)
Utility to set the password and edit registry on Microsoft NT system
* This is a utility to (re)set the password of any user that has a valid (local) account on your NT system. * You do not need to know the old password to set a new one. * It works offline, that is, you have to shutdown your computer and boot off a floppydisk or CD. * Will detect and offer to unlock locked or disabled out user accounts! * It is also an almost fully functional registry editor!
security/Crypt-Sodium-0.07 (Score: 2.1808068E-4)
Perl bindings for portable NaCL (libsodium)
This module provides perl bindings for the portable NaCL implementation libsodium, a library for network communication, encryption, decryption and signatures.
security/Digest-Tiger-0.03 (Score: 2.1808068E-4)
Perl extension for Tiger hash algorithm
A perl module that implements the tiger hash, which is believed to be secure and runs quickly on 64-bit processors.