./security/py-Des, DES implementation in python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q1, Version: 2.0.1, Package name: py38-Des-2.0.1, Maintainer: pkgsrc-users

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.


Master sites:

SHA1: c6fc0fbb86d50706337cb5aa6a3a59b444cb1322
RMD160: 08784eee7bc8075d6bb1c2ae5673e1796a811787
Filesize: 10.78 KB

Version history: (Expand)