- Reimplemented ciphers, codecs, and scorers as classes (some API breaking changes) - `Transcoder` codec can be used to create transcoders for any pair of codec classes (e.g., Hex ASCII to Base64) - Added codecs for PKCS7 padding and breaking buffers into blocks of a fixed size
0.5.0
- N-gram frequency analysis and text scoring - Bit extraction and bit/byte conversion
0.4.0
- Added `b64_to_hex` and `b64_to_bytes` - Remove unit testing packages from install requirements - Added code coverage
0.3.0
- Added Vigenere and Simple Substitution ciphers - Added example Caesar solving tool - Updated README
0.2.1
- Added test cases - Travis-CI integration - Added `bitwise.bytes_to_hex`