first draft of revised encryption layer
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Tue, 21 Mar 2017 12:33:16 +0000 (13:33 +0100)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commitc7c736b6e83fadac17338db55a0248a4c87955c7
tree102f5126641230493bb864db22e01b06bcf0e295
parentad1128af81e3955e15d89ffbce23b561587c79b3
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