bruno-roustant opened a new pull request, #71:
URL: https://github.com/apache/solr-sandbox/pull/71

   CharStreamEncrypter is a nearly standalone tool to encrypt a character 
stream to a base 64 encoding compatible with JSON. The whole encryption and 
base 64 encoding process is streamed, with no large buffers allocated. The 
encryption transformation is AES/CTR/NoPadding. A secure random IV is generated 
for each encryption and appended as the first appended chars.
   It depends on commons-codec Base64OutputStream/Base64InputStream, and 
commons-io ReaderInputStream/WriterOutputStream/AppendableWriter.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to