Suhov Roman created ARTEMIS-4966:
------------------------------------

             Summary: Using the Cipher cipher with the Blowfish algorithm in 
default mode does not provide data integrity.
                 Key: ARTEMIS-4966
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-4966
             Project: ActiveMQ Artemis
          Issue Type: Bug
            Reporter: Suhov Roman


Using Cipher with the Blowfish algorithm in its default mode does not provide 
data integrity. The Blowfish algorithm only provides data confidentiality, not 
integrity, which means that the data may differ when decoded from when it was 
encrypted.

Modifications to the encode and decode methods can be made to implement data 
integrity control using HMAC.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@activemq.apache.org
For additional commands, e-mail: issues-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to