Unix and Unix like
File # shred -n 3 -z -u FILE
Disk shred -n 3 -z /dev/sdb
Windows
cipher /w:c:\Folder
Using DD
dd if=/dev/zero of=/dev/hda - Wipes with Zeros
dd if=/dev/urandom of=/dev/hda - Random characters