Skip to content

Tags: gjanders/decrypt2

Tags

2.4.4

Toggle 2.4.4's commit message
Updated splunk python SDK from 2.0.2 to 2.1.0 as per Splunk cloud com…

…patibility requirements

2.4.3

Toggle 2.4.3's commit message
Merge branch 'main' of github.com:gjanders/decrypt2 into main

2.4.2

Toggle 2.4.2's commit message
README update based on an issue resolved by an email exchange

2.4.1

Toggle 2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update app.conf

Increment build number

2.4.0

Toggle 2.4.0's commit message
Updated README.md file

2.3.14

Toggle 2.3.14's commit message
updates to README.md

2.3.13

Toggle 2.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Delete app.manifest

2.3.12

Toggle 2.3.12's commit message
Merged pull request from Steven (malvidin on github)

This new version includes the app.conf/README.md updates related to the fix:
- A fix to base58 to deal with empty input
- A setting for slice length and max length on base58

2.3.11

Toggle 2.3.11's commit message
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

Toggle 2.3.10's commit message
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)