Skip to content

Instantly share code, notes, and snippets.

@BlackRabbit-github
BlackRabbit-github / pyDes.py
Created June 13, 2012 15:54 — forked from eigenein/pyDes.py
A pure python implementation of the DES and TRIPLE DES encryption algorithms
#############################################################################
# Documentation #
#############################################################################
# Author: Todd Whiteman
# Date: 16th March, 2009
# Verion: 2.0.0
# License: Public Domain - free to do as you wish
# Homepage: http://twhiteman.netfirms.com/des.html
#