Go to file
Thialfihar b650b30a11 added secure file deletion, overwriting the file with random data before actual deletion
Update issue 56
Added a method for secure file deletion. We'll possibly have to test this a bit and make sure it actually *is* secure on the filesystems used (vfat for SD card, yaffs2 for phone flash memory by default). This sort of overwrite might be absolutely useless on some filesystems.
I also wanted to add an option at first, but this seems reasonably fast and in general it should be what the user wants, so for now it will ALWAYS securely delete. If there is a demand for plain deletion, then options can be added.

Update issue 39
A new string:
<string name="progress_deletingSecurely">deleting \'%s\' securely...</string>
2010-07-24 14:24:42 +00:00
res added secure file deletion, overwriting the file with random data before actual deletion 2010-07-24 14:24:42 +00:00
src/org/thialfihar/android/apg added secure file deletion, overwriting the file with random data before actual deletion 2010-07-24 14:24:42 +00:00
AndroidManifest.xml added some info about the speed of compression algorithms, mostly to warn about BZIP2, also added support for content URIs in file encrypt/decrypt activities 2010-07-05 13:22:03 +00:00
default.properties initial commit of v0.8.0 2010-04-06 19:54:51 +00:00