Skip to content

Releases: gjanders/decrypt2

2.4.5

02 Feb 07:59

Choose a tag to compare

Updated splunk python SDK from 2.1.0 to 2.1.1

Merged an enhancement by @yaleman to ensure the fields are sent to the command as expected

2.4.4

24 Nov 06:00

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

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

Choose a tag to compare

Updated python SDK to 2.0.1

2.4.1

13 Nov 01:31
93af159

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

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

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

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

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

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