DanGonite57 / CrPyto

Custom Python Cryptanalysis Interface
https://dangonite.pythonanywhere.com
0 stars 0 forks source link

Use Vigenere text splitting in Transposition #35

Open DanGonite57 opened 5 years ago

DanGonite57 commented 5 years ago

` sub = []

for i in range(keylen):

    sub.append(ciph[i::keylen])`