Philip Liu
Philip Liu

Reputation: 1

Deleting secure files if program crashes

I'm looking for way to delete secure files if a program were to crash in any way. Is there a way to do this in python?

I've been looking at the tempfile module to see if this were possible. Looking it over, I believe it is not suitable. I think it needs to explicitly close a file to delete it.

Upvotes: 0

Views: 154

Answers (0)

Related Questions