Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hi,

My colleagues found out that the temp file is password-protected too,
so that part is fine.
But images inside the file are saved as temporary files too! Is there
something we can do about that?

What's the actual goal to reach by this ?

If you wanna protect against the scenario that somebody steals the
computer, then encrypting the temp files won't suffice. You'll also
need to encrypt swapspace and make sure, the secret cannot be
reconstructed from main memory (IOW: hold the secret in registers
or CPU cache). Such things need to be done on operating system
(IOW: kernel) level, cannot be done in application scope.

Actually, I wouldn't call the OO encryption particularily secure,
there're several known attack vectors that reduce the keyspace
to be tried by brute-force dramatically. Better dont use it at
all and take something like gpg, properly choosing ciphers and
large enough keys.


cu

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.