Cryptography

Caesar's Cipher

A simple (naïve) implementation of Caesar's cipher in JavaScript. Simplicity is a priority for the reader. Enjoy!

Read
Math

Affine Combinations

Affine combinations are an extension of linear combinations where the coefficients must sum to one. This limitation makes way to some interesting ideas.

Read