Quick implementation in scala for various ciphers while following Learn Cryptography Basics in Python and Java.
https://www.udemy.com/learn-cryptography-basics-in-python/learn/v4/content
First attempts at implementing DES in Scala.
Quick implementations of Caesar, Vigenere, and One Time Pad ciphers.