Write Your Own OTP Code! by @axolotlzebra Project making time : 3 days Tutorial down at Notes and Credits! -------------------------------------- PLEASE REMEMBER: When entering PLAINTEXT or KEY, remember to use ONLY capital letters AND space them out, like this, Plaintext: A X O L O T L S Key: G H L M A F E H ------------------------------------------ MEANING OF WORDS ------------------------------ Plaintext : Normal text Key : A bunch of random letters (needs to amount the same letters as the PLAINTEXT) Ciphertext : Random letters that are the coded text (make sure you know which is which) ---------------------------------------------------------------------------- Enjoy! :) ---------------------------------------------------------------------------- Pro tip: get your friend to do this with them ----------------------------------------------------------------- DON'T STEAL WITHOUT CREDIT!! Unless you make an OTP decoder. Then yes. Whew! Finally finished. I am very proud of this. :)
--TUTORIAL-- ------------------------------------------------------ If you want to leave your code for other people, leave the KEY too! ------------------------------------------------------- How to decode an OTP code! (incase you want to solve others codes) -------------------------- Step 1. Turn the coded text into numbers! For example, A turns into 1, B turns into 2, C into 3, and so on. Space it out so you know how to do step 3. Step 2. Do the same to the key (make sure you know which numbers are key or ciphertext) Step 3. Minus the KEY numbers from the CIPHERTEXT numbers. If it results in negative numbers, like -14, turn -14 into 14 and then do step 4. REMEMBER, you need to subtract like this : If your number is like 12 17 21 6 4, Take your KEY, like for example, 7141651, then take the first number of ciphertext and key and minus them like this... 12 - 7 = 5 and then 17 - 14 = 3, 21 - 16 = 5 and so on. Step 4. Turn your leftover numbers into letters! 1 = A, 2 = B, 3 = C and so on. -------------------------------------------------- And then you've done it! You've solved an OTP Code! Let me know if you have problems. :) ----------------------------------------------------------------------------