Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-06-30 | 1.5 kB | |
v4.0.7.tar.gz | 2019-06-30 | 208.3 kB | |
v4.0.7.zip | 2019-06-30 | 284.8 kB | |
Totals: 3 Items | 494.6 kB | 0 |
Added
- Added replace encoder brick.
- Added encoder bricks for Polybius square cipher and its descendants ADFGVX cipher, Bifid cipher, Trifid cipher, Nihilist cipher and Tap code.
- Added A1Z26 cipher.
- Added RC4 encoder incl. drop bytes option.
- Added the option for custom alphabets to Base64.
- Added Base32 encoder incl. variants base32hex, z-base-32, Crockford's Base32 and the option for custom alphabets.
Changed
- Introduced a new case strategy setting with options Maintain case, Ignore case and Strict (A ≠ a) for bricks Caesar cipher, Affine cipher, Vigenère cipher and Alphabetical substitution ciphers.
- Renamed 'Substitution cipher' category to 'Ciphers'.
- Split up 'Text transform' brick into 'Reverse' and 'Case transform' bricks.
Fixed
- [#47]: Fixed an issue not keeping the value display in sync with input changes in number fields.
- Fixed a script blocking issue in Internet Explorer 11.