Is there a way to securely delete a file from Thinkwise which for example is stored in Azure (Files), on a local filesystem (share) or other type of storage device?
The requirement comes from a GDPR related specification which states that it should be possible to securely delete a file by:
- Overwriting it’s contents with random data to make it non-reproducable
- Overwriting it’s contents by encrypting the file (and throw away the key)