資源簡介
一個非常好的開源的用python寫的des 和3des加密模塊,很簡單的應用
代碼片段和文件信息
#############################################################################
#? 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
#
#?This?is?a?pure?python?implementation?of?the?DES?encryption?algorithm.
#?It‘s?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?README.txt?that?should?come?with?this?python?module?for?the
#?implementati
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2009-03-17?03:45??pyDes-2.0.0\
?????文件????????9694??2009-03-17?03:45??pyDes-2.0.0\test_pydes.py
?????文件???????27515??2009-03-17?03:44??pyDes-2.0.0\pyDes.py
?????文件????????5464??2009-03-17?03:45??pyDes-2.0.0\README.txt
?????文件?????????451??2009-03-17?03:44??pyDes-2.0.0\setup.py
?????文件????????1408??2009-03-17?03:45??pyDes-2.0.0\Changelog.txt
?????文件?????????798??2009-03-17?03:45??pyDes-2.0.0\PKG-INFO
評論
共有 條評論