Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第8,5118,520项(搜索用时0.012秒)
security/Crypt-OTP-2.00 (Score: 9.1232825E-5)
Perl implementation of the One Time Pad (hence, OTP) encryption method
The One Time Pad encryption method is very simple, and impossible to crack without the actual pad file against which the to-be-encrypted message is XOR'ed. Encryption and decryption are performed using excactly the same method, and the message will decrypt correctly only if the same pad is used in decryption as was use in encryption. Seamus Venasse <svenasse@polaris.ca>
security/Crypt-OpenSSL-Bignum-0.06 (Score: 9.1232825E-5)
OpenSSL's multiprecision integer arithmetic
Crypt::OpenSSL::Bignum provides access to OpenSSL multiprecision integer arithmetic libraries. Presently, many though not all of the arithmetic operations that OpenSSL provides are exposed to perl. In addition, this module can be used to provide access to bignum values produced by other OpenSSL modules, such as key parameters from Crypt::OpenSSL::RSA.
security/Digest-FNV-2.00 (Score: 9.1232825E-5)
Perl extension for Fowler/Noll/Vo hash algorithm
Digest::FNV is an implementation for the 32-bit version of Fowler/Noll/Vo hashing algorithm which allows variable length input strings to be quickly hashed into unsigned integer values. For more information about this hash, please visit http://www.isthe.com/chongo/tech/comp/fnv/.
security/Net-Radius-Server-1.116 (Score: 9.1232825E-5)
Framework for RADIUS Servers
Net::Radius::Server provides an extensible framework to create RADIUS servers suitable for non-standard scenarios where authentication needs to consider multiple factors. The RADIUS responses may be created by arbitrarily complex rules that process the request packet as well as any external data accessible to Perl.
security/dicewaregen-1.3 (Score: 9.1232825E-5)
Simple perl script to generate Diceware dictionaries for passwords
Dicewaregen is simple perl script that generated Diceware dictionaries, that can be used to create secure passwords. Dicewaregen relies on aspell, to make wordlist. Once you have wordlist you can create Diceware dictionary. You can make few dictionaries using different languages, merge them and then make Diceware dictionary. More info about Diceware: http://world.std.com/~reinhold/diceware.html
security/keyring-9.3.1 (Score: 9.1232825E-5)
Store and access your passwords safely
The Python keyring lib provides an easy way to access the system keyring service from Python. It can be used in any application that needs safe password storage. It supports OSX, KDE, Gnome and Windows's native password storing services. Besides this, it is shipped with kinds of Python implemented keyring for the left environments.
security/requests-kerberos-0.7.0 (Score: 9.1232825E-5)
Kerberos authentication handler for python-requests
An authentication handler for using Kerberos with Python Requests. Requests is an HTTP library, written in Python, for human beings. This library adds optional Kerberos/GSSAPI authentication support and supports mutual authentication. Basic GET usage: >>> import requests >>> from requests_kerberos import HTTPKerberosAuth >>> r = requests.get("http://example.org", auth=HTTPKerberosAuth()) ... The entire requests.api should be supported.
security/rex-core-0.1.2 (Score: 9.1232825E-5)
Core libraries required for the Ruby Exploitation(Rex) Suite
The Ruby Exploitation(rex) Core Gem contains the odds and ends of code that so many other pieces of Rex rely upon, but that are too small to be put into their own seperate gems. This include some of the ruby cross-platform compatibility and file utility code.
sysutils/chgrep-1.2.4 (Score: 9.1232825E-5)
Fast string substitution across multiple files
Chgrep searches the input files (or standard input if no files are named) for oldstring and changes them to new string. If some file and file.lock exist then chgrep leaves both files unchanged. This program can be very use- full for mail servers. Chgrep is fast, much faster than grep or sed.
sysutils/gapcmon-0.8.9 (Score: 9.1232825E-5)
Monitor apcupsd with GTK+2 GUI
GUI application used to monitor UPS devices controlled by the APCUPSD package. The program uses the NIS interface from apcupsd to collect event and status information for display to the end-user. Because of this great interface, this program can be executed on any OS supported machine and use the network socket interface to connect back to apcupsd.