Beaufort Cipher

Key

Python代码参考

from pycipher import Beaufort

print Beaufort('CULTURE').encipher('HELLOWORLD')
print Beaufort('CULTURE').decipher('VQAIGVQLJI')