100-ish not-necessarily-consecutive days of code (& other cool stuff)
Lower your expectations
Feb 23, 20222 min read125
Search for a command to run...
Series
I decided to hop on the 100 days of code bandwagon. Hopefully I learn enough to get a job! Come witness me fail spectacularly (or maybe not)...
Lower your expectations
Contains some mathematical rambling!

One-time pad encryption What is a one-time pad? A one-time pad is a way to encrypt data by combining it with some random dummy data. When you encrypt data this way you end up with two keys, the product, and the dummy. The resulting encryption is unb...
