logstash-plugins/logstash-filter-cipher

Cipher filter does not decrypt all messages

murangoo opened this issue · 3 comments

Hi,

I have problem with decrypting all sent messages via logstash. I've already worked out different algorithms. Errors that occurred:

[2019-05-02T13:57:55,623][WARN ][logstash.filters.cipher ] Exception catch on cipher filter {:event=>#LogStash::Event:0x52e0f039, :error=>#<OpenSSL::Cipher::CipherError: No message available>}
[2019-05-02T13:57:55,623][WARN ][logstash.filters.cipher ] Exception catch on cipher filter {:event=>#LogStash::Event:0x793feb6d, :error=>#<OpenSSL::Cipher::CipherError: last block incomplete in decryption>}
[2019-05-02T13:57:55,623][WARN ][logstash.filters.cipher ] Exception catch on cipher filter {:event=>#LogStash::Event:0x2d396dcb, :error=>#<OpenSSL::Cipher::CipherError: pad block corrupted>}
[2019-05-02T13:57:55,623][WARN ][logstash.filters.cipher ] Exception catch on cipher filter {:event=>#LogStash::Event:0x481459f2, :error=>#<OpenSSL::Cipher::CipherError: last block incomplete in decryption>}
[2019-05-02T13:57:55,676][WARN ][logstash.filters.cipher ] Exception catch on cipher filter {:event=>#LogStash::Event:0x2e2cb2bc, :error=>#<OpenSSL::Cipher::CipherError: pad block corrupted>}
[2019-05-02T13:57:55,676][WARN ][logstash.filters.cipher ] Exception catch on cipher filter {:event=>#LogStash::Event:0x66e491, :error=>#<OpenSSL::Cipher::CipherError: Cipher not initialized>}
The effect is that not all messages are correctly decoded.
You have an idea where these errors come from?

Is this plugin still alive ?

Please subscribe to #24; when that code fix becomes available it should fix the errors referenced above.

Is this issue is fixed ??