Simple but secure deletion of files can be done on OS X via the Finder or the Terminal program:
srm path/file
The default overwrite method for this command is the Gutmann 35 pass method, which should work for you.
man srm
srm -r
srm -m
Recent comments