Ports Search

Results 2,2912,300 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
security/Crypt-DES_EDE3-0.01 (Score: 9.755737E-4)
Perl5 interface to a implementing 3-DES EDE encryption and decryption
Crypt::DES_EDE3 implements DES-EDE3 encryption. This is triple-DES encryption where an encrypt operation is encrypt-decrypt-encrypt, and decrypt is decrypt-encrypt-decrypt. This implementation uses Crypt::DES to do its dirty DES work, and simply provides a wrapper around that module: setting up the individual DES ciphers, initializing the keys, and performing the encryption/decryption steps
security/blindelephant-1.0 (Score: 9.755737E-4)
Fingerprint the web applications used by a web site
The BlindElephant Web Application Fingerprinter attempts to discover the version of a (known) web application by comparing static files at known locations against precomputed hashes for versions of those files in all available releases. The technique is fast, low-bandwidth, non-invasive, generic, and highly automatable.
security/srm-1.2.12 (Score: 9.755737E-4)
Secure rm, a utility which destroys file contents before unlinking
Secure rm (srm) is a command-line utility compatible with rm(1) which destroys file contents before unlinking. The goal is to provide drop-in security for users who wish to prevent command-line recovery of deleted information, even if the machine is compromised.
sysutils/smartmontools-6.5 (Score: 9.755737E-4)
S.M.A.R.T. disk monitoring tools
The smartmontools package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI hard disks. It is derived from the smartsuite package, and includes support for ATA/ATAPI/SATA disks and SCSI disks and tape devices.
sysutils/titlefix-0.5.3 (Score: 9.755737E-4)
Renames files in a proper English title format
Renames files in a proper English title format: prepositions, conjunctions, and articles (<5 letters) are in lowercase unless they are the first or last word in the title; all others begin with uppercase. Can use id3v2 to tag mp3s using info in filename.
textproc/guess-language-0.2 (Score: 9.755737E-4)
Guess the natural language of a text in Python
Attempts to determine the natural language of a selection of Unicode (utf-8) text. Based on guesslanguage.cpp by Jacob R Rideout for KDE which itself is based on Language::Guess by Maciej Ceglowski. Detects over 60 languages, all languages listed in the trigrams directory plus Japanese, Chinese, Korean and Greek.
textproc/txt2html-2.51 (Score: 9.755737E-4)
Convert raw text to something with a little HTML formatting
txt2html is a Perl program that converts plain text to HTML using the included HTML::TextToHTML module. It supports headings, lists, simple character markup, and hyperlinking, and is highly customizable. It recognizes some of the apparent structure of the source document (mostly whitespace and typographic layout), and attempts to mark that structure explicitly using HTML.
textproc/tinycss-0.4 (Score: 9.755737E-4)
A complete yet simple CSS parser for Python
tinycss is a complete yet simple CSS parser for Python. It supports the full syntax and error handling for CSS 2.1 as well as some CSS 3 modules: -- CSS Color 3 -- CSS Fonts 3 -- CSS Paged Media 3 It is designed to be easy to extend for new CSS modules and syntax, and integrates well with cssselect for Selectors 3 support.
www/Catalyst-Plugin-StackTrace-0.12 (Score: 9.755737E-4)
Display a stack trace on the debug screen
This plugin will enhance the standard Catalyst debug screen by including a stack trace of your appliation up to the point where the error occurred. Each stack frame is displayed along with the package name, line number, file name, and code context surrounding the line number.
www/mechanize-2.7.4 (Score: 9.755737E-4)
WWW::Mechanize, a handy web browsing ruby object
The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, can follow links, and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.