first draft of revised encryption layer
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Tue, 21 Mar 2017 12:33:16 +0000 (13:33 +0100)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Tue, 21 Mar 2017 13:38:45 +0000 (14:38 +0100)
commita9796633e081426ed5cdd1793acb9675b0f515a8
treed7455c5255f97da0bfbecbee03f86316d966cad4
parent1640c97e307cca736569fa53c796b3226721baf6
first draft of revised encryption layer

WIP. Tested for encryption (no compression) only, and only for
TOC listings (-l).

Decryption is handled entirely by the stream, traversing the
archive entry wise relying only one the header informations.

Encryption requires poking the _Stream thingy to initiate a new
crypto entry.
deltatar/tarfile.py