Releases: gjanders/decrypt2
Releases · gjanders/decrypt2
2.4.4
Updated Splunk python SDK from 2.0.2 to 2.1.0 as per Splunk cloud compatibility requirements
2.4.3
Updated Splunk python SDK from 2.0.1 to 2.0.2 as per Splunk cloud compatibility requirements
2.4.2
Updated python SDK to 2.0.1
2.4.1
- Added support for null argument padding, so
find('decrypt2')
is equivalent to find('decrypt2', 0)
- Added zlib_deflate for internal validation of zlib_inflate, which can also be used for information analysis
- Add basic entropy calculation
2.4.0
Merged pull request from Steven (malvidin on github)
This new version includes:
- Removal of python2 support
- Cleanup code formatting
- Remove unused COMMA handling
- Add slice function
Note that 2.3.14 will be the last version of decrypt2 supporting python2
2.3.14
Merged pull request from Steven (malvidin on github)
This new version includes:
- Improved handling of negative integers
- Update so xor doesn't accept negative integers
- substr now accepts a null as count to return to end of string
2.3.13
Merged pull request from Steven (malvidin on github)
This new version includes:
Added zlib_inflate function
Updated Splunk python SDK to 1.7.3
2.3.12
Merged pull request from Steven (malvidin on github)
This new version includes:
- A fix to base58 to deal with empty input
- A setting for slice length and max length on base58
2.3.11
Merged pull request from Steven (malvidin on github)
This new version includes:
- New base58 decode function (b58)
- Updated python SDK to 1.7.2
2.3.10
Merged pull request from Steven (malvidin on github)
When Splunk sends a CSV that contains null bytes to Python 3.7, the CSV Reader error is not helpful
This update provides a warning to advise of the null character in the data (sed/rex/eval/replace can be used to remove the NUL character)