Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > ANN: python-mcrypt 1.1

Reply
Thread Tools

ANN: python-mcrypt 1.1

 
 
Gustavo Niemeyer
Guest
Posts: n/a
 
      07-16-2004
Description
-----------

The python mcrypt module provides a comprehensive interface for the
mcrypt library, which provides a uniform interface to several
symmetric encryption algorithms. It is intended to have a simple
interface to access encryption algorithms in ofb, cbc, cfb, ecb and
stream modes. Supported algorithms are DES, 3DES, RIJNDAEL (128, 192,
256), Twofish, IDEA, GOST, CAST, ARCFOUR, SERPENT, SAFER+, and more.

Features
--------

The python-mcrypt module provides the following features:

o Free software (GNU Lesser General Public License).
o Support for Python newstyle classes, allowing subclassing.
o Comprehensive unitttests.
o Support for many well known and less known algorithms and modes. (*)
o Support for fixlength algorithm, adjusting encrypted data length
even for block algorithms and modes.
o Support for direct file encryption.
o Complete inline documentation.
o Check parameters before passing to mcrypt library, protecting
agains segmentation faults.

(*) mcrypt library features

Disclaimer
----------

Please read the file LICENSE before using python-mcrypt.

New Versions
------------

Information on how to retrieve new versions of python-mcrypt can be
found on http://sourceforge.net/projects/python-mcrypt.

--
Gustavo Niemeyer

[ 2AAC 7928 0FBF 0299 5EB5 60E2 2253 B29A 6664 3A0C ]
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57