Skip to content

Releases: gjanders/decrypt2

2.4.4

24 Nov 06:00
Compare
Choose a tag to compare

Updated Splunk python SDK from 2.0.2 to 2.1.0 as per Splunk cloud compatibility requirements

2.4.3

14 Sep 07:40
Compare
Choose a tag to compare

Updated Splunk python SDK from 2.0.1 to 2.0.2 as per Splunk cloud compatibility requirements

2.4.2

17 Apr 23:40
Compare
Choose a tag to compare

Updated python SDK to 2.0.1

2.4.1

13 Nov 01:31
93af159
Compare
Choose a tag to compare
  • 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

14 Jun 01:15
Compare
Choose a tag to compare

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

07 Jun 08:04
Compare
Choose a tag to compare

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

02 Jun 00:18
2ec36a4
Compare
Choose a tag to compare

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

15 Oct 10:13
Compare
Choose a tag to compare

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

09 Oct 03:23
Compare
Choose a tag to compare

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

20 Jun 21:44
Compare
Choose a tag to compare

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)