ciphers:经典密码

时间:2024-05-26 10:49:26
【文件属性】:

文件名称:ciphers:经典密码

文件大小:75KB

文件格式:ZIP

更新时间:2024-05-26 10:49:26

Python

目标 帮助您更有效地学习古典密码 注意,这不是用于生产!! 安装 sudo pip install classical_ciphers 简单的例子 import classical_ciphers as cc encrypter = cc . Encrypter ( 'abcdef' ) # chain of encryption # do transposition in three window size and then ceasar cipher shift 4 chars print encrypter . trans ( 3 ). ceasar ( 4 ) # encrypt example2 en = cc . Encrypter ( 'ilovepythonjustlikeilovemymom' ) print en . poly ( 'snakekesn' ). tran


【文件预览】:
ciphers-master
----.gitignore(33B)
----README.md(2KB)
----test.py(224B)
----classical_ciphers()
--------encrypt()
--------__init__.py(59B)
--------util()
--------decrypt()
----README.txt(75B)
----LICENSE.txt(3B)
----MANIFEST.in(13B)
----setup.py(363B)
----plaintext()
--------plaintext2_c.txt(12KB)
--------plaintext6_c.txt(25KB)
--------plaintext3_c.txt(12KB)
--------plaintext5_c.txt(19KB)
--------plaintext1_c.txt(17KB)
--------plaintext4_c.txt(16KB)

网友评论