AutoKey Cipher

Key

Python代码参考

from pycipher import Autokey

print Autokey('CULTURE').encipher('helloworld')
print Autokey('CULTURE').decipher('jyweinsypo')