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


Jump to tag:

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

Filtered by Project Tags aes encryption python

Refine results Project Tags security (3) crypto (2) cryptography (2) javascript (2) ruby (1) c (1) iphone (1) rsa (1) ajax (1) tls (1) portable (1) library (1)

[4 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.

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.

0 Users

NoteSafe is a free open-source web application for storing sensitive textual information securely online. NoteSafe provides the following benefits: Ultimate data protection: NoteSafe uses the very ... [More] secure AES-256 standard to store your encrypted data. The encryption happens inside the web browser to make sure that no unencrypted data is communicated over the internet. iPhone support: NoteSafe is optimised for the iPhone and even provides offline access to your notes. [Less]
Created 7 months ago.

0 Users

SlowAESImplementations of AES in pure scripting languages (currently !Javascript, Python, Ruby, and PHP, but, in addition to further contributions in those languages, submissions in other scripting ... [More] languages are also entirely welcome!). Such implementations will be slow (hence the project name) but still useful when faster ones are not available (for example, for JavaScript clients in browsers, and Python servers on Google App Engine). This code was originally developed by Josh Davis in 2007 and consisted of a mostly working JavaScript implementation (given the name ecmaScrypt) and a quite broken Python implementation. While working on a Google App Engine project Alex Martelli needed a Python AES implementation to do MS Live authentication and stumbled upon Josh's code. Together they decided to start this project, and other committers joined later to supply implementations in other scripting languages. [Less]
Created about 1 year ago.