Is there any module which provides somehow basic "secure" deletion, sth. like the Linux utility "wipe", e.g.
import securitystuff
securitystuff.wipe( filename )
I need to protect company source codes which should not be easily retrievable anymore.
Thank you, Marcus
P.S. Yes I know "wipe" is not perfect, e.g. on journalling filesystem. But the security demand is not tooo high.