Ports Search

Results 1,0311,040 of 1,385 for /security/.(0.003 seconds)
security/doorkeeper-3.1.0 (Score: 0.08339406)
Doorkeeper is an OAuth 2 provider for Rails and Grape
Doorkeeper is a Ruby gem that makes it easy to introduce OAuth 2 provider functionality to a Rails or Grape application.
security/openssh-7.3.p1 (Score: 0.08339406)
The portable version of OpenBSD's OpenSSH
OpenBSD's OpenSSH portable version Normal OpenSSH development produces a very small, secure, and easy to maintain version for the OpenBSD project. The OpenSSH Portability Team takes that pure version and adds portability code so that OpenSSH can run on many other operating systems (Unfortunately, in particular since OpenSSH does authentication, it runs into a *lot* of differences between Unix operating systems). The portable OpenSSH follows development of the official version, but releases are not synchronized. Portable releases are marked with a 'p' (e.g. 3.1p1). The official OpenBSD source will never use the 'p' suffix, but will instead increment the version number when they hit 'stable spots' in their development.
security/revealrk-1.2.1 (Score: 0.08339406)
Search hidden procs/rootkits from cron with low false positive rate
revealrk searches for hidden processes. If you have a kernel mod rootkit loaded into memory without hiding any process, don't expect to find anything. Reveal RootKit is intended to run out of cron or similar services on a regular basis and avoids verbose output as long as nothing was found.
security/xca-1.3.2 (Score: 0.08339406)
Graphical certification authority
Graphical certification authority is an interface for managing RSA keys and certificates, and the creation and signing of PKCS#10 requests. It uses the OpenSSL library and a Berkeley DB for key and certificate storage. It supports importing and exporting keys and PEM DER PKCS8 certificates, signing and revoking of PEM DER PKCS12, and selection of x509v3 extensions. A tree view of certificates is presented.
security/smap-0.5.0 (Score: 0.08339406)
SIP scanner and identifier
smap is a simple scanner for SIP enabled devices smap sends off various SIP requests awaiting responses from SIP enabled DSL router, proxies and user agents. It could be considered a mashup of nmap and sipsak ;)
security/ezcrypto-0.7.2 (Score: 0.08339406)
Wrapper for the poorly documented OpenSSL ruby library
EzCrypto is an easy to use wrapper around the poorly documented OpenSSL ruby library. Features * Defaults to AES 128 CBC * Will use the systems OpenSSL library for transparent hardware crypto support * Single class object oriented access to most commonly used features * Ruby like
security/gpgr-0.0.4 (Score: 0.08339406)
Very light interface to the command-line GPG tool
gpgr is a very light interface to the command-line GPG (GNU Privacy Guard) tool which is soley concerned with making it as easy as possible to encrypt files with one (or more) public keys. It does not provide any major key management tools and does not support decryption.
security/snoopy-1.9.0 (Score: 0.08339406)
execve() wrapper and logger
snoopy is merely a shared library that is used as a wrapper to the execve() function provided by libc as to log every call to syslog (authpriv). System administrators may find snoopy useful in tasks such as light/heavy system monitoring, tracking other administrator's actions as well as getting a good 'feel' of what's going on in the system (for example Apache running CGI scripts).
security/snort-rep-1.10 (Score: 0.08339406)
Snort reporting tool that can produce text or HTML from logs
Snort-rep is a Snort reporting tool that can produce text or HTML output from a syslog file. The reports contain: * Portscan summary * Alert Summary by ID * Alert summary by remote host and ID * Alert summary by local host and ID * Alert summary by local port and ID
security/gssapi-1.2.0 (Score: 0.08339406)
Ruby FFI Library wrapper for GSSAPI
Ruby FFI wrapper around the system GSSAPI library. It exposes the low-level GSSAPI methods like gss_init_sec_context and gss_wrap and also provides an easier to use wrapper on top of this for common usage scenarios.