ctubbsii commented on issue #5386: URL: https://github.com/apache/accumulo/issues/5386#issuecomment-2741671390
My previous comment about making sure we safely supported multiple streams was about the CryptoService itself. After reviewing #5400 in more detail, I can confirm we already support that. What we don't support (and shouldn't, because that's not the design), is the FileEncrypter/FileDecrypter supporting multiple streams. #5400 adds some clarifying javadoc and some internal checks for at least the FileEncrypter for the provided AESCryptoService. I've left some additional comments on that PR that may or may not be helpful. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
