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

fixed encryption base64 encoding bug, +random ivs, + cipher reuse #79

Closed
wants to merge 7 commits into from

Conversation

bitsofinfo
Copy link

fixed encryption base64 encoding bug and the require which fixes ""uninitialized constant LogStash::Filters::Cipher::OpenSSL"". Also added support for random IVs and configurable cipher re-use

fixed encryption base64 encoding bug
fix for "uninitialized constant LogStash::Filters::Cipher::OpenSSL"
fixed error on nil/blank source field
added support for random iv's
@bitsofinfo bitsofinfo changed the title fixed encryption base64 encoding bug fixed encryption base64 encoding bug, add support for random ivs Jun 25, 2014
fix hard wired 16 iv length
added max_cipher_reuse to permit re-use of the cipher instance rather than forcing re-creates over and over
@bitsofinfo bitsofinfo changed the title fixed encryption base64 encoding bug, add support for random ivs fixed encryption base64 encoding bug, +random ivs, + cipher reuse Jun 25, 2014
@bitsofinfo
Copy link
Author

Also see https://logstash.jira.com/browse/LOGSTASH-1789 for related issue

@bitsofinfo
Copy link
Author

Note to anyone stumbling upon this, looks like the logstash-contrib plugins have been moved again, unpatched w/ all the contributed community fixes to here https://github.com/logstash-plugins/logstash-filter-cipher

@jordansissel
Copy link
Contributor

@bitsofinfo You can leave this PR here, though. We are able to merge PRs from different repositories very easily.

bitsofinfo added a commit to bitsofinfo/logstash-filter-cipher that referenced this pull request Jan 27, 2015
…gstash-contrib#79

This incorporates those changes plus those requested for the new plugin location at: logstash-plugins#2
@wiibaa
Copy link

wiibaa commented May 18, 2015

@suyograo suyograo closed this May 18, 2015
jsvd pushed a commit to logstash-plugins/logstash-filter-cipher that referenced this pull request Jan 27, 2016
…gstash-contrib#79

 * plus changes requested for the new plugin location at: #2
 * incorporate PR #7 changes (strict b64 usage)
 * note about JCE policy files, key sizes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants