1/3
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Step 1
Choose the same K value as with the encryption
Step 2
Convert the letter into the number that matches its order in the alphabet starting from 0, and call this number Y
Step 3
Calculate: X = (Y-K)mod26
Step 4
Convert the number X into a letter that matches its order in the alphabet starting from 0