Projects tagged ‘encryption’ and ‘python’


[18 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 8 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.

0 Users

The goal of this project is to evolve an existing multi-platform password manager which is simple enough so that any programmer can understand all its parts, and therefore trust it. Chaveiro is ... [More] "keychain" in Portuguese. The software is modular. The chaveiro.py module handles reading and writing the encrypted data file through an easy-to-use, high-leve API. The Arcfour algorithm is used for encryption. Plentiful automated tests exist for those critical components. A GTK front-end is available as chaveiro_eagle.py. If you'd like to contribute another GUI, please join the project! To ensure compatiblity across implementations, all versions should use the chaveiro.py module to access the encrypted file. An online-backend is planned, to safely store and backup encrypted data files. [Less]
Created 4 months ago.

0 Users

Created 12 months ago.

0 Users

TnFOX is a modern, secure, robust, multithreaded, exception aware, internationalisable, portable GUI toolkit library designed for mission-critical work in C++ and Python forked from the FOX library. ... [More] It replicates the Qt API in many places and has been designed primarily for Tn, the port of Tornado to FOX. [Less]
Created about 1 year ago.

0 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 11 months ago.

0 Users

Conceal is the Google Summer of Code project of Kévin Dunglas for Ubuntu, mentored by Jani Monoses. The goal of this project is to increase security of sensitives data stored on computers. Conceal ... [More] is a compilation of tools which allow to easily encrypt, open, close and decrypt directories in a Desktop environment. It is especially useful for laptops users. It is wrote in Python, it uses EncFS as backend. Conceal is composed of the following parts: A Python module A command line tool A GTK interface running standalone or in GNOME Control Center An extension to Nautilus, the GNOME file manager A KDE interface running standalone or in Kcontrol / KCMshell [Less]
Created about 1 year ago.

0 Users

This tool can be used to decrypt Yahoo chat archives for forensic analysis. The GUI is written using wxPython.
Created 4 months ago.