Projects tagged ‘crypto’, ‘encryption’, and ‘python’


Jump to tag:

Projects tagged ‘crypto’, ‘encryption’, and ‘python’

Filtered by Project Tags crypto encryption python

Refine results Project Tags security (5) cryptography (4) networking (3) privacy (2) linux (2) gpg (2) gpgme (2) gnupg (2) openpgp (2) network (2) sysadmin (2) tls (2)

[5 total ]

6 Users

Python wrapper around a small subset of the OpenSSL library. Includes: X509 Certificates, SSL Context objects, SSL Connection objects using Python sockets as transport layer.
Created about 1 year ago.

4 Users
   

sshproxy is a pure python implementation of an ssh authenticating proxy. It allows users to connect to remote sites without having to know the password or key of the remote sites. ACL rules can ... [More] be set up to allow or deny users based on different parameters like their IP address or the time of the day. Access attempts are logged via syslog, and an enhanced "action log" system is under development. The client is the standard ssh client. [Less]
Created over 3 years ago.

2 Users

PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt messages using the OpenPGP format. It is built on top of the GNU Privacy Guard and the GPGME library.
Created 11 months ago.

1 Users
   

The Mandos system allows computers to have encrypted root file systems and at the same time be capable of remote and/or unattended reboots. The computers run a small client program in the initial ... [More] RAM disk environment which will communicate with a server over a network. All network communication is encrypted using TLS. The clients are identified by the server using an OpenPGP key; each client has one unique to it. The server sends the clients an encrypted password. The encrypted password is decrypted by the clients using the same OpenPGP key, and the password is then used to unlock the root file system, whereupon the computers can continue booting normally. [Less]
Created about 1 year ago.

1 Users

m2secret is a simple encryption and decryption module and CLI utility built with the M2Crypto library to make it easy to secure strings and files from prying eyes. The serialized form does not follow ... [More] any standards. By default it will use 256-bit AES (Rijndael) symmetric-key cryptography in CBC mode. Key material is derived from submitted password using the PBKDF2 algorithm. [Less]
Created about 1 year ago.