Simple Substitution

Key
  

Python代码参考

from pycipher import SimpleSubstitution

print SimpleSubstitution('phqgiumeaylnofdxjkrcvstzwb').encipher('hello world')
print SimpleSubstitution('phqgiumeaylnofdxjkrcvstzwb').decipher('EINNDTDKNG')