Android Question Securely erase a file

Rusty

Well-Known Member
Licensed User
Longtime User
Is there a way to "securely" erase a file on the android similarly to the Windows BCWipe?
I need to delete data and over write it so that it can never be "un-erased" or used.
(HIPPA requirements)
Thanks
Rusty
 

giga

Well-Known Member
Licensed User
Longtime User
A simple erase can be recovered as you know by many different programs. Not sure if this is what you want but.

You could overwrite the file in code prior to its deletion with "fake content". So if it was recovered the data would be worthless. You could also look at the encryption library , so if recovered it would have to be decrypted.

Hope his helps.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…