Description: Vigenere Cipher
def encreption(plaintext,key):
ptlen=len(plaintext)
keylen=len(key)
list='abcdefghijklmnopqrstuvwxyz'
ciphertext=''
i=0
j=0
if plaintext.isupper():
plaintext1=plaintext.lower()
else:
plaintext1=plaintext
To Search:
File list (Click to check if it's the file you need, and recomment it at the bottom):
文件名 | 大小 | 更新时间 |
---|
Virginia\.idea\misc.xml | 210 | 2017-10-14
|
Virginia\.idea\modules.xml | 268 | 2017-10-14
|
Virginia\.idea\virginia.iml | 284 | 2017-10-14
|
Virginia\.idea\workspace.xml | 12306 | 2017-12-24
|
Virginia\virginia.py | 2525 | 2017-10-14
|
Virginia\源码.txt | 1939 | 2017-10-14
|
Virginia\.idea\inspectionProfiles | 0 | 2017-12-11
|
Virginia\.idea | 0 | 2018-01-01
|
Virginia | 0 | 2018-01-01 |