Need to restore zeroed file

Roland Haeder roland at mxchange.org
Fri Jul 10 14:27:47 UTC 2015


Ah, I see it. :-(

upload.py:

--------------- snip -------------
        d = self.original.get_encryption_key()
        def _got(key):
            e = AES(key)
--------------- snip -------------

I already looked at get_encryption_key() which may use convergence or a
"strongly random 16-bit key" which ends up in variable key. That key is
generated by hashing the plain-text file (right?). So I need the plain
text file to re-generate the key again ... Or I need the key itself ... :-(

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://tahoe-lafs.org/pipermail/tahoe-dev/attachments/20150710/0d858807/attachment.pgp>


More information about the tahoe-dev mailing list