Ports Search

Results 15,95115,960 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.016 seconds)
security/HTML_Crypt-1.3.4 (Score: 5.180394E-5)
Encrypts text which is later decoded using JavaScript on the client side
HTML_Crypt provides methods to encrypt text, which can be later be decrypted using JavaScript on the client side. This is very useful to prevent spam robots collecting email addresses from your site, included is a method to add mailto links to the text being generated.
security/PF-0.0.8 (Score: 5.180394E-5)
Pure-Python module for managing OpenBSD Packet Filter
py-pf is a pure-Python module for managing OpenBSD's Packet Filter. It aims to combine the flexibility of PF's C API and the power of Python, making it easier to manage PF data and to integrate firewalling capabilities in more complex applications.
security/LiveUser-0.16.14 (Score: 5.180394E-5)
PEAR user authentication and permission management framework
LiveUser is a set of classes for dealing with user authentication and permission management. Basically, there are three main elements that make up this package: * The LiveUser class * The Auth containers * The Perm containers Currently available are containers using: PEAR::DB, PEAR::MDB, PEAR::MDB2, PEAR::XML_Tree and PEAR::Auth.
security/cerealizer-0.7 (Score: 5.180394E-5)
Secure pickle-like module
Cerealizer is a secure pickle-like module. It support basic types (int, string, unicode, tuple, list, dict, set...), old and new-style classes (you need to register the class for security), object cycles, and it can be extended to support C-defined type. Cerealizer is available under the GNU GPL licence.
security/sha-1.0.4 (Score: 5.180394E-5)
Simple file hash program utilizing SHA-1, SHA-256, SHA-384, SHA-512
sha is a simple program that hashes files. It uses the National Institute of Standards and Technology's Secure Hash Algorithm. It can use SHA-1, SHA-256, SHA-384, or SHA-512, which generate respectively, hashes of 160, 256, 384, or 512 bits. sha can be used in scripts to do, for example, file integrity checking.
security/tuf-0.10.0 (Score: 5.180394E-5)
Framework for securing software update systems
TUF (The Update Framework) helps developers secure their new or existing software update systems. Software update systems are vulnerable to many known attacks, including those that can result in clients being compromised or crashed. TUF helps solve this problem by providing a flexible security framework that can be added to software updaters.
security/qtkeychain-0.7.0 (Score: 5.180394E-5)
Platform independent Qt API for storing passwords
QtKeychain is a Qt API to store passwords and other secret data securely. How the data is stored depends on the platform. For Linux/Unix, KWallet (via D-Bus) is used. Support for the GNOME Keyring via freedesktop.org's Secret Storage D-Bus specification is planned but not yet implemented.
security/pixiewps-1.2.2 (Score: 5.180394E-5)
Offline WPS bruteforce utility
Pixiewps is a tool written in C used to bruteforce offline the WPS pin exploiting the low or non-existing entropy of some APs (pixie dust attack). It is meant for educational purposes only. All credits for the research go to Dominique Bongard.
security/cpe-1.2.0 (Score: 5.180394E-5)
CPE: Common Platform Enumeration for Python
Common Platform Enumeration (CPE) is a standardized method of describing and identifying classes of applications, operating systems, and hardware devices present among an enterprise's computing assets. For more information, please visit the official website of CPE, developed by MITRE and maintained by NIST. Features: * Versions: 1.1, 2.2, 2.3 * Formats: WFN, URI, FS. * Cross-version conversion. * Language parsing and evaluation.
security/Net-SSLeay-1.78 (Score: 5.180394E-5)
Perl5 interface to SSL
This module offers - some high level convenience functions for accessing web pages on SSL servers - a sslcat() function for writing your own clients - access to the SSL api of SSLeay package, so you can write servers or clients for more complicated applications