Added ToBase32FromBase16 feature

This commit is contained in:
DC3-DCCI 2020-09-03 17:03:48 -04:00 committed by DC3-DCCI
parent c9d9730726
commit 6c2ae74c0f
3 changed files with 56 additions and 0 deletions

View file

@ -1,6 +1,8 @@
# Changelog
All major and minor version changes will be documented in this file. Details of patch-level version changes can be found in [commit messages](https://github.com/gchq/CyberChef/commits/master).
### Unreleased
- Add 'To Base32 (From Base16)' operation
### [9.21.0] - 2020-06-12
- Node API now exports `magic` operation [@d98762625] | [#1049]