Results 11 to 14 of 14
It always depends on your needs.. If your doing some "illegal" stuff, idd say mechanicly destroy it... as anything that can be used against you... will
as for patent alike ...
- 01-27-2005 #11Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
It always depends on your needs.. If your doing some "illegal" stuff, idd say mechanicly destroy it... as anything that can be used against you... will

as for patent alike program that your working on... depending on the value of code, idd say... cant be too cautious... 1-2 pass would be good...\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 01-27-2005 #12
10 passes meets the NSA's required amount for confidential information.. and as they say, if its good enough for the US of A.....
But seriously, no matter how many times its still 'theoreticaly possible' just as time travel is 'theoreticaly possible' if you have 3 overwites, no one without some seri-****ingass equipment is gonna be able to do anyhting, and even then were talking months of work to get maybe the first few lines and some gibberash. Anyone with just a basic software recovery toolset can be thwarted by downloading (or ripping, should you happen to have them) every episode of the brady bunch and just copying them around a bit.
- 01-27-2005 #13Just Joined!
- Join Date
- Jan 2005
- Posts
- 4
Single pass overwrite rules, but....
No 007 stuff, single pass overwrite is enough. However those questions on efficiency are bit tough.....good discussion anyway.
Juuzzo
- 02-02-2005 #14Just Joined!
- Join Date
- Jan 2005
- Posts
- 4
Re: This ReiserFS seems problematic,,,,,,,,,,
It's freeware for Linux only, just like BestCrypt their other product. Well
Originally Posted by Juuzzo
since BCWipe is written in C it sure is faster than any kind of script.
Well, temp is easy to fix (tmpfs), swap (you have to set a flag when you start the program to make it never go to swap), log (that shouldn't be a
Originally Posted by Juuzzo
problem, you just need a program that either doesn't log what you
edit/logging can be disabled/no logging at all), crash (core dumps
can be disabled). Well that's if you need maximum security. Else just wiping the files with bcwipe or shred will do just fine.
Yeah, that's another solution, there is loopback encryption for Linux so you can set that up. Alternatively there is BestCrypt (same people as bcwipe and you can share the encrypted containers with the Windows version of BestCrypt). However, on the point of view of maximum security, the magnetic storage problem still exists and furthermore these virtual encrypted filesystems use weak key-lenghts (256, 128 etc...).
Originally Posted by Juuzzo
I think it doesn't have anything to do with ReiserFS in particular, but with journaled filesystems as a whole. Maybe ReiserFS 4 is not affected by this as it is not a journaled filesystem, but uses another technique to achieve integrity of data.
Originally Posted by Juuzzo
No, you can never be sure that a magnetic device is absolutely clean. Yes with a magnetic device if you want it to be absolutely clean, then you have to destroy it.
Originally Posted by Juuzzo


Reply With Quote