Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.0.1 #16

Merged
merged 3 commits into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
splunksecrets - Encrypt and Decrypt Splunk Passwords
====================================================

|Build Status| |codecov.io|
|Build Status|

``splunksecrets`` is a tool for working with Splunk secrets offline. It
currently supports encryption and decryption of passwords, but in the
Expand Down Expand Up @@ -142,9 +142,12 @@ Known Issues

Version History
---------------
Version 1.0.1
~~~~~~~~~~~~~~
- Short secrets are padded in the same way Splunk itself does it. Thanks to
Matt Anderson for this contribution.


Version 1.0.0rc3 (2021-06-07)
Version 1.0.0 (2021-06-07)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Updated CLI command docstrings for proper help output
- Add initial support for encryption/decrypt of Splunk DBConnect credentials
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup


VERSION = "1.0.0"
VERSION = "1.0.1"


with open("README.rst", "r") as f:
Expand Down
Loading