How can I write vigenere cryptanalysis of persian text?

点点圈 提交于 2019-12-12 04:17:25

问题


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.



来源:https://stackoverflow.com/questions/34795192/how-can-i-write-vigenere-cryptanalysis-of-persian-text

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!