pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-Des



Module Name:    pkgsrc
Committed By:   pettai
Date:           Sun Nov  4 21:57:11 UTC 2012

Added Files:
        pkgsrc/security/py-Des: DESCR Makefile PLIST distinfo

Log Message:
This is a pure python implementation of the DES encryption algorithm.
It is in pure python to avoid portability issues, since most DES
implementations are programmed in C (for performance reasons).

Triple DES class is also implemented, utilising the DES base. Triple DES
is either DES-EDE3 with a 24 byte key, or DES-EDE2 with a 16 byte key.
See the "About triple DES" section below more info on this algorithm.

The code below is not written for speed or performance, so not for those
needing a fast des implementation, but rather a handy portable solution
ideal for small usage.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-Des/DESCR \
    pkgsrc/security/py-Des/Makefile pkgsrc/security/py-Des/PLIST \
    pkgsrc/security/py-Des/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index