Pure python implementation of DES and TRIPLE DES encryption algorithm
Project description
This is a pure python implementation of the DES and Triple DES encryption algorithms. It is in pure python to avoid portability issues, since most DES implementations are programmed in C (for performance reasons).
pyDes is not written for speed or performance, so if you need a fast DES implementation then you’ll need to use a different DES module.