Bifid Cipher

Key
period

Python代码参考

from pycipher import Bifid

print Bifid('phqgmeaylnofdxkrcvszwbuti',5).encipher('HELLOWORLD')
print Bifid('phqgmeaylnofdxkrcvszwbuti',5).decipher('HAFGRUCOPV')