pycipher:包含许多经典密码算法的python模块

上传者: 42151729 | 上传时间: 2022-12-19 13:42:08 | 文件大小: 52KB | 文件类型: ZIP
密码学 用Python实现的常见经典密码。 可从获得文档。 安装 pip install pycipher 用法示例 >>> from pycipher import ADFGVX >>> adfgvx = ADFGVX(key='PH0QG64MEA1YL2NOFDXKR3CVS5ZW7BJ9UTI8', keyword='GERMAN') >>> adfgvx.encipher("Hello world!") 'FVFDAGXAFFFFGFAGADFG' >>> adfgvx.decipher(_) 'HELLOWORLD' 反馈 该代码托管在GitHub上: : 如果发现任何错误,请提出问题或创建请求请求。 要运行测试套件: python setup.py test

文件下载

资源详情

[{"title":"( 56 个子文件 52KB ) pycipher:包含许多经典密码算法的python模块","children":[{"title":"pycipher-master","children":[{"title":"MANIFEST.in <span style='color:#111;'> 75B </span>","children":null,"spread":false},{"title":"README.rst <span style='color:#111;'> 660B </span>","children":null,"spread":false},{"title":".gitattributes <span style='color:#111;'> 483B </span>","children":null,"spread":false},{"title":"doc","children":[{"title":"source","children":[{"title":"conf.py <span style='color:#111;'> 7.59KB </span>","children":null,"spread":false},{"title":"index.rst <span style='color:#111;'> 4.81KB </span>","children":null,"spread":false}],"spread":true},{"title":"make.bat <span style='color:#111;'> 4.99KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 5.45KB </span>","children":null,"spread":false}],"spread":true},{"title":"setup.py <span style='color:#111;'> 737B </span>","children":null,"spread":false},{"title":"pycipher","children":[{"title":"railfence.py <span style='color:#111;'> 2.23KB </span>","children":null,"spread":false},{"title":"util.py <span style='color:#111;'> 2.33KB </span>","children":null,"spread":false},{"title":"atbash.py <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false},{"title":"bifid.py <span style='color:#111;'> 2.87KB </span>","children":null,"spread":false},{"title":"adfgx.py <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false},{"title":"rot13.py <span style='color:#111;'> 1.80KB </span>","children":null,"spread":false},{"title":"gronsfeld.py <span style='color:#111;'> 2.10KB </span>","children":null,"spread":false},{"title":"autokey.py <span style='color:#111;'> 2.13KB </span>","children":null,"spread":false},{"title":"beaufort.py <span style='color:#111;'> 1.95KB </span>","children":null,"spread":false},{"title":"foursquare.py <span style='color:#111;'> 3.13KB </span>","children":null,"spread":false},{"title":"base.py <span style='color:#111;'> 900B </span>","children":null,"spread":false},{"title":"playfair.py <span style='color:#111;'> 3.38KB </span>","children":null,"spread":false},{"title":"caesar.py <span style='color:#111;'> 2.04KB </span>","children":null,"spread":false},{"title":"porta.py <span style='color:#111;'> 2.74KB </span>","children":null,"spread":false},{"title":"delastelle.py <span style='color:#111;'> 2.44KB </span>","children":null,"spread":false},{"title":"m209.py <span style='color:#111;'> 5.98KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 1.16KB </span>","children":null,"spread":false},{"title":"polybius.py <span style='color:#111;'> 3.04KB </span>","children":null,"spread":false},{"title":"vigenere.py <span style='color:#111;'> 1.99KB </span>","children":null,"spread":false},{"title":"columnartransposition.py <span style='color:#111;'> 2.80KB </span>","children":null,"spread":false},{"title":"simplesubstitution.py <span style='color:#111;'> 2.65KB </span>","children":null,"spread":false},{"title":"enigma.py <span style='color:#111;'> 7.56KB </span>","children":null,"spread":false},{"title":"adfgvx.py <span style='color:#111;'> 2.29KB </span>","children":null,"spread":false},{"title":"affine.py <span style='color:#111;'> 2.59KB </span>","children":null,"spread":false},{"title":"fracmorse.py <span style='color:#111;'> 4.42KB </span>","children":null,"spread":false}],"spread":false},{"title":"tests","children":[{"title":"test_porta.py <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false},{"title":"test_affine.py <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false},{"title":"test_polybius.py <span style='color:#111;'> 1.56KB </span>","children":null,"spread":false},{"title":"test_foursquare.py <span style='color:#111;'> 1.42KB </span>","children":null,"spread":false},{"title":"test_gronsfeld.py <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":"test_beaufort.py <span style='color:#111;'> 1.22KB </span>","children":null,"spread":false},{"title":"test_vigenere.py <span style='color:#111;'> 1.22KB </span>","children":null,"spread":false},{"title":"test_atbash.py <span style='color:#111;'> 625B </span>","children":null,"spread":false},{"title":"test_rot13.py <span style='color:#111;'> 621B </span>","children":null,"spread":false},{"title":"test_playfair.py <span style='color:#111;'> 2.12KB </span>","children":null,"spread":false},{"title":"test_adfgvx.py <span style='color:#111;'> 1.65KB </span>","children":null,"spread":false},{"title":"__init__.py <span style='color:#111;'> 176B </span>","children":null,"spread":false},{"title":"test_m209.py <span style='color:#111;'> 577B </span>","children":null,"spread":false},{"title":"test_railfence.py <span style='color:#111;'> 1.32KB </span>","children":null,"spread":false},{"title":"test_simple.py <span style='color:#111;'> 1.90KB </span>","children":null,"spread":false},{"title":"test_enigma.py <span style='color:#111;'> 1.54KB </span>","children":null,"spread":false},{"title":"test_caesar.py <span style='color:#111;'> 2.26KB </span>","children":null,"spread":false},{"title":"test_bifid.py <span style='color:#111;'> 1.30KB </span>","children":null,"spread":false},{"title":"test_adfgx.py <span style='color:#111;'> 1.53KB </span>","children":null,"spread":false},{"title":"test_autokey.py <span style='color:#111;'> 1.21KB </span>","children":null,"spread":false},{"title":"test_coltrans.py <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false}],"spread":false},{"title":".gitignore <span style='color:#111;'> 571B </span>","children":null,"spread":false},{"title":"license.txt <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明