Cryptography.
Which of the following is a one-way function, meaning it cannot be reversed to recover the original input?
When you see a padlock icon next to a website's URL in your browser, what does it mean?
What is the term for the original, readable message before it has been encrypted?
During WWII, the Germans used a rotor-based encryption machine that was famously broken by Allied cryptanalysts at Bletchley Park, including Alan Turing. What was it called?
Decode the following: P2{FCDE}
Decode the following: Q2{O ghsd id tfca Qosgof}
3 % 4 = ?
5 % 4 = ?
(2 + 2) % 4 = ?
(3^0) % 7 = ?
(3^1) % 7 = ?
(3^2) % 7 = ?
(3^3) % 7 = ?
(3^4) % 7 = ?
(3^5) % 7 = ?
(3^6) % 7 = ?
(3^7) % 7 = ?
Given: p = 4759; q = 3359; Compute N = p * q
Compute phi = (p - 1) * (q - 1), where phi is Euler's Totient Function
Given: e = 11; d = 4357463; N = 15953681; Encrypt 42 as (42^e) % N
Decrypt your answer above as (answer^d) % N
Time for some COOKING!
Just this one time...
The Gambler...
For More Information
Boxentriq: Cryptography for Beginners
Boxentriq offers a beginner-friendly introduction to cryptography with interactive challenges and tutorials. Students can learn about encryption, decryption, and cryptographic techniques in a hands-on environment.
Visit →The Science of Codes: An Intro to Cryptography
Were you fascinated by The Da Vinci Code? You might be interested in Cryptography! There are lots of different ways to encrypt a message, from early, simple ciphers to the famous Enigma machine. Michael Aranda takes you through a fun and cryptic episode of SciShow, all about codes!
Visit →Cipher Tools: Online Cryptography Playground
Cipher Tools offers CyberChef, an online cryptography playground where students can experiment with various cryptographic operations. They can encode, decode, encrypt, decrypt, and analyze data using different algorithms and techniques in a user-friendly interface.
Visit →