<table><tr><td style="">langbeck created this revision.<br />langbeck added reviewers: tcanabrava, hindenburg, Konsole.<br />Herald added a project: Konsole.<br />Herald added a subscriber: konsole-devel.<br />langbeck requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D16134">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>Create a secure version of <tt style="background: #ebebeb; font-size: 13px;">HistoryFile</tt> (<tt style="background: #ebebeb; font-size: 13px;">SecureHistoryFile</tt>) that encrypts the data, using an ephemeral key, before writing to the underlying file.<br />
Also changes <tt style="background: #ebebeb; font-size: 13px;">HistoryScrollFile</tt> to use a <tt style="background: #ebebeb; font-size: 13px;">SecureHistoryFile</tt> (instead of normal <tt style="background: #ebebeb; font-size: 13px;">HistoryFile</tt>) to keep <tt style="background: #ebebeb; font-size: 13px;">_cells</tt> and <tt style="background: #ebebeb; font-size: 13px;">_index</tt> secure.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>Edit the Konsole profile to enable "Unlimited scrollback" and 2 (for <tt style="background: #ebebeb; font-size: 13px;">_cells</tt> and <tt style="background: #ebebeb; font-size: 13px;">_index</tt>) of 3 of the temporary files created will be encrypted with an ephemeral AES-128 key using CTR cipher mode.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R319 Konsole</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D16134">https://phabricator.kde.org/D16134</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>CMakeLists.txt<br />
src/CMakeLists.txt<br />
src/History.cpp<br />
src/History.h<br />
src/main.cpp</div></div></div><br /><div><strong>To: </strong>langbeck, tcanabrava, hindenburg, Konsole<br /><strong>Cc: </strong>konsole-devel, herrold, ngraham, maximilianocuria, hindenburg<br /></div>