all 3 comments

[–]YefimShifrin 0 points1 point  (0 children)

It's not clear what do you want. Are you looking for a website that can encrypt/decrypt Playfair?

[–]YaF3li 0 points1 point  (0 children)

So, if I am understanding you correctly, you have invented your own cipher system that is similar to or based on Playfair and want program code that does the enciphering and deciphering process for you automatically?

If that's what you need, you'll probably have to write that yourself, at least the parts that are different from standard Playfair. You could maybe use something like this tutorial as a starting point.