高垚鑫
高垚鑫
Windows version download link on code52.org (http://code52.org/carnac/) leads to a .zip file (https://github.com/downloads/Code52/carnac/Carnac.zip), which cannot work on my Windows 10 and possibly is an old version of this application. An...
` # value in name) with the the n,e and d,e integers written in them,` Should be: ` # value in name) with the n,e and d,e integers written in...
` # If a letter is solved, than it cannot possibly be a potential` Should be: ` # If a letter is solved, then it cannot possibly be a potential`
`If transpositionCipherFile.py is run (instead of imported as a module)` Should be: `If transpositionFileCipher.py is run (instead of imported as a module)`
`# handle the wrap-around if num is 26 or larger or less than 0` Should be: `# handle the wrap-around if num is less than 0` When decrypting, the number...
line 64 in makeRsaKeys.py should be ` print('The private key is a %s and a %s digit number.' % (len(str(privateKey[0])), len(str(privateKey[1]))))` instead of: ` print('The private key is a %s...