How can I write Vigenere cryptanalysis for persian language? Is there any sample source code for persian?
相关问题
- Persian character's issue in mysql database
- Vigenère cipher in Java for all UTF-8 characters
- Copy and Paste String (Persian, Arabic) in PHPStor
- How to Convert Persian Digits in variable to Engli
- How to convert Persian and Arabic numbers inside a
相关文章
- Copy and Paste String (Persian, Arabic) in PHPStor
- How to Convert Persian Digits in variable to Engli
- How to convert Persian and Arabic numbers inside a
- using preg_match to detect persian (farsi) charact
- How can I make my Vigenère Cipher ignore spaces in
- How to predict the next GUID from a given GUID?
- Restore MySQL DB with Unicode characters (Arabic a
- Is there any library or algorithm for Persian (Sha
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.