Ports Search

Results 981990 of 1,385 for /security/.(0.002 seconds)
security/signedjson-1.0.0 (Score: 0.08339406)
Sign JSON with Ed25519 signatures
python-signedjson allows more than one entity to sign an object, can sign with more than one key and replace ED25519 with a different algorithm.
security/spake2-0.7 (Score: 0.08339406)
SPAKE2 password-authenticated key exchange (pure python)
SPAKE2 password-authenticated key exchange (pure python)
security/rifiuti2-0.6.1 (Score: 0.08339406)
Tool for analyzing Windows recycle bin
rifiuti2 is a rewrite of rifiuti, a great tool from Foundstone folks for analyzing Windows Recycle Bin INFO2 file. But since rifiuti (last updated 2004) is restricted to English version of Windows (fail to analyze any non-latin character), thus this rewrite.
security/ssh-1.8.0 (Score: 0.08339406)
Python SSH2 protocol library
This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure connections between python scripts. All major ciphers and hash methods are supported. SFTP client and server mode are both supported too.
security/rndpassw-0.2 (Score: 0.08339406)
CLI password generator
Command line password generator
security/camellia-1.2 (Score: 0.08339406)
Ruby extension library which implements Camellia encryption
This is a Camellia package for Ruby. Camellia engine is implemented in "C". Supported key length : 128bit/192bit/256bit Supported modes of operation : ECB/CFB/CBC
security/sslstrip-0.9 (Score: 0.08339406)
Python program for SSL stripping
It will transparently hijack HTTP traffic on a network, watch for HTTPS links and redirects, then map those links into either look-alike HTTP links or homograph-similar HTTPS links. It also supports modes for supplying a favicon which looks like a lock icon, selective logging, and session denial.
security/stem-1.4.1 (Score: 0.08339406)
Python controller library for Tor
Stem is a python controller library for Tor. Like its predecessor, TorCtl, it uses Tor's control protocol to help developers program against the Tor process, enabling them to build things similar to Vidalia and arm.
security/stix-1.1.1.5 (Score: 0.08339406)
Python library for parsing, manipulating, and generating STIX content
A Python library for parsing, manipulating, and generating STIX content
security/tlslite-0.4.9 (Score: 0.08339406)
Python module implementing SSL 3.0, TLS 1.0, and TLS 1.1
TLS Lite is a free python library that implements SSL 3.0, TLS 1.0, and TLS 1.1. TLS Lite supports non-traditional authentication methods such as SRP, shared keys, and cryptoIDs in addition to X.509 certificates. TLS Lite is pure Python, however it can access OpenSSL, cryptlib, pycrypto, and GMPY for faster crypto operations. TLS Lite integrates with httplib, xmlrpclib, poplib, imaplib, smtplib, SocketServer, asyncore, and Twisted.