How to shred a file from external storage beyond recovery, using java code in android?
Asked
Active
Viewed 640 times
0
-
1You take your sdcard and Hulk smash it? Just joking. Did you tried opening a file and filing it with random numbers and saving it. Do this several times and it must be gone :) – Marko Lazić Jun 05 '13 at 11:20
-
1"beyond recovery", maybe not... But you can open it, write random stuff into it, close it and then delete it. – fge Jun 05 '13 at 11:21
-
2Does this help? (http://stackoverflow.com/questions/858036/how-to-securely-delete-files-in-java) – Ken Wolf Jun 05 '13 at 11:21