-->

How can I write vigenere cryptanalysis of persian

2019-09-05 07:02发布

问题:

How can I write Vigenere cryptanalysis for persian language? Is there any sample source code for persian?

回答1:

I was unable to find a Persian-language version of Vignere cryptanalysis.

You could try one of the solutions here and adapt the alphabet used to the persian alphabet. (You'll need persian-language letter usage statistics, it won't work with english ones.) I recommend the python but that's just personal taste.