New features
Keyed Caesar cipher
- Added the ability to pass a key into the Caesar cipher, creating a custom alphabet that can be rotated through (Additional ciphers to add #13)
Improvements
- Added multi-case support to Substitution cipher
Where previously all results were displayed in lowercase, regardless of case entered, case is now respected in both the given string and the key. This means that results will differ now when passing data through - Added ability to pass a custom alphabet into the
rot()
function