Gameful Introduction to Cryptography for Dyslexic Students

Argianto Rahartomo,Harpreet Kaur,Mohammad Ghafari
2024-06-10
Abstract:Cryptography has a pivotal role in securing our digital world. Nonetheless, it is a challenging topic to learn. In this paper, we show that despite its complex nature, dyslexia$-$a learning disorder that influences reading and writing skills$-$does not hinder one's ability to comprehend cryptography. In particular, we conducted a gameful workshop with 14 high-school dyslexic students and taught them fundamental encryption methods. The students engaged well, learned the techniques, and enjoyed the training. We conclude that with a proper approach, dyslexia cannot hinder learning a complex subject such as cryptography.
Software Engineering,Cryptography and Security
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is: **How can students with dyslexia learn complex cryptography knowledge through appropriate teaching methods?** Specifically, the paper shows that although dyslexia can affect students' reading and writing skills, it does not prevent them from understanding the complex subject of cryptography. ### Detailed description of the main problem 1. **The impact of dyslexia on learning**: - Dyslexia is a neurodevelopmental learning disorder that mainly affects an individual's reading, spelling, and decoding abilities. - Traditional text and numerical teaching methods pose challenges to students with dyslexia, resulting in their academic performance possibly being inferior to that of other students. 2. **The complexity of cryptography**: - Cryptography is a very important discipline used to ensure the security of the digital world. - It involves complex mathematical foundations and abstract principles, so it is a challenging field of study for everyone. 3. **The need for inclusive education**: - In the fields of science, technology, engineering, and mathematics (STEM), students with dyslexia are under - represented. - The paper aims to prove that through the adoption of appropriate teaching methods, students with dyslexia can successfully study complex subjects such as cryptography. ### Solutions To verify the above problems, the author designed and implemented a gamified seminar to teach basic encryption techniques to 14 high - school students (all with dyslexia), including: - **Caesar Cipher**: \[ E_{\text{Caesar}}(P, k)=(P + k)\bmod 26 \] where \(P\) is the position of the plaintext letter and \(k\) is the key (shift number). - **Vigenère Cipher**: \[ E_{\text{Vigenère}}(P_i, K_j)=(P_i + K_j)\bmod 26 \] where \(P_i\) is the \(i\)-th letter in the plaintext and \(K_j\) is the \(j\)-th letter in the key. - **Playfair Cipher**: Encryption is carried out using a \(5\times5\) matrix, and the rules are as follows: - If two letters are in the same row, they are replaced by the letter on the right (looping to the leftmost). - If two letters are in the same column, they are replaced by the letter below (looping to the topmost). - If two letters are not in the same row or the same column, a rectangle is formed and the letters on the horizontal diagonal are taken. ### Results and conclusions Through gamified and multi - sensory teaching methods, the students actively participated and mastered these encryption techniques. The research results show that with appropriate methods, dyslexia will not be an obstacle to learning complex subjects. This provides confidence for students with dyslexia and encourages them to pursue the fields they are interested in, regardless of their complexity. In conclusion, this paper emphasizes the importance of inclusive education and provides valuable references for future research and practice.