security - How do I get rid of a hard disk without exposing my source code? -


what proper way dispose old hard disk contains source code , other intellectual property? throw away in recycle box thought better check users first.

there free utilities out there overwrite hard disk (or specific files) random data many times over, making data recovery very, expensive. gnu coreutils has program called shred, microsoft/sysinternals has 1 called sdelete, , there other free alternatives.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -