I hope this interactive tutorial on symmetric encryption is useful. The tutorial consists of examples that run in the browser (using my own simple programming language). It uses the Speck cipher because it is easy to implement with little code. It shows the different block modes, brute force attacks and the problem of reusing the counter ("nonce") in counter mode (or stream cipher). Feedback is welcome.