Python Cryptography Toolkit Download
Saturday, May 10th, 2008The Toolkit is a collection of cryptographic algorithms and protocols, implemented for use from Python. Among the contents of the package there are:
The Toolkit is a collection of cryptographic algorithms and protocols, implemented for use from Python. Among the contents of the package there are:
Boa Constructor is a cross platform Python IDE and wxPython GUI Builder. It offers visual frame creation and manipulation, an object inspector, many views on the source like ob
Pysync has both a demonstration implementation of the rsync and related algorithms in pure Python, and a high speed librsync Python extension. The pure Python is not fast and i
A CAPTCHA (Completely Automated Public Turing test to Tell Computers and Humans Apart) is a type of challenge and response test used tell humans and computers apart.
Python’s built in function str() and unicode() return a string representation of the object in byte string and unicode string respectively. This script introduces an
This module provides several functions that can encode and decode a string. It also has a function called partition for designing faster algorithms.