<p dir="ltr">Den 6 maj 2015 22:49 skrev "Francois BERENGER" <<a href="mailto:francois.berenger.fun@gmail.com">francois.berenger.fun@gmail.com</a>>:<br>
><br>
> Dear list,<br>
><br>
> While programming an open source distributed system, I discovered<br>
> it could be interesting for the system to use a well established algorithm<br>
> that can do these two things at the same time (for performance reasons).</p>
<p dir="ltr">[...]</p>
<p dir="ltr">I've heard of this before but can't find that same article right now. The idea I remember made a number of keyed transformations on sets of symbols that could compress low entropy density plaintext. Might have the pdf around somewhere... Meanwhile, other articles Google returned:</p>
<p dir="ltr"><a href="http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=5713240&url=http%3A%2F%2Fieeexplore.ieee.org%2Fiel5%2F8920%2F5719224%2F05713240.pdf%3Farnumber%3D5713240">http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=5713240&url=http%3A%2F%2Fieeexplore.ieee.org%2Fiel5%2F8920%2F5719224%2F05713240.pdf%3Farnumber%3D5713240</a><br>
<a href="http://www.researchgate.net/publication/224310819_Comments_on_A_Novel_Compression_and_Encryption_Scheme_Using_Variable_Model_Arithmetic_Coding_and_Coupled_Chaotic_System">http://www.researchgate.net/publication/224310819_Comments_on_A_Novel_Compression_and_Encryption_Scheme_Using_Variable_Model_Arithmetic_Coding_and_Coupled_Chaotic_System</a></p>
<p dir="ltr">Otherwise, one could mix streaming compression with streaming ciphers and feed the output of one right to the other without touching disk in between. </p>