| |
软件中使用的是python的pycipher库进行解码的,这个库只对英文字符解码(
AutoKey本身就只有英文字符)。你这个问题提出来,我看了下,pycipher库涉及"Atbash","SimpleSubstitution","Caesar","Affine","Enigma","Autokey","Beaufort","Bifid","ColTrans","Gronsfeld","Foursquare","M209","PolybiusSquare","Playfair","Vigenere","Porta","FracMorse"这么多密码。那都会有这个问题。花了半天时间,修改了pycipher库的源代码,一次性解决问题。下个版本会修正这个问题。 |