How to program the Kasiski test in Python? (pretty easy)

Viewed 52

I need help. I got programming from the Kasiski test as homework in my computer science class at school and many of the solutions are extremely complicated.

My teacher says it's very easy to do and now I'm looking for help, so I'm asking for a "beginner's solution" for programming the Kasiski test

Requirements:

-Reading in an already encrypted text

-Output of the common divisors of the pairs

Thank you :)

0 Answers
Related