Introduction

April 2021

Introduction

In this series, I want to try to code different encryption techniques. I'll start with substitution ciphers, and possibly end with a one-time pad or an Enigma emulator. Who knows?

Vocabulary

Ciphers

More code can be found on this project's Github repo.