分页: 1 / 2

有没有符合FBI CIA 标准的删除文件工具?--------虽然ext3下删除文件很难再恢复

发表于 : 2007-08-14 16:42
skyx
ubuntu早装好了,m$系统和office VC 早就隐藏在vbox中了,总算做好了M$来抄家的一切准备。

做过的-------迟早都要还的-
---------------引自电影《无间道》对白

万事俱备,只欠东风-----------------符合FBI CIA 标准的删除文件工具

发表于 : 2007-08-14 20:25
sxljldh
为了这个用得着吗?MS不可能跑每个人家里去查吧,至少得有警察出示搜查令

DOS下有一些这样的软件,linux下不清楚。

发表于 : 2007-08-14 21:01
lisir
响应主席号召,积极备荒、备战!

发表于 : 2007-08-14 21:03
skyx
lisir 写了:响应主席号召,积极备荒、备战!
谢谢支持。

做过的-------迟早都是要还的----------------引自电影《无间道》对白

发表于 : 2007-08-14 21:10
iblicf
apt-get install wipe
wipe filename

发表于 : 2007-08-14 21:12
skyx
iblicf 写了:apt-get install wipe
wipe filename
有没有FBI CIA 的认证?或者达到了这个标准?

发表于 : 2007-08-14 21:15
iblicf
死脑筋,FBI给你发认证啊,臭名昭著的FBI 在中国还有fans呢。。。你要事不放心,自己dd 写0 进去

发表于 : 2007-08-14 21:19
skyx
iblicf 写了:死脑筋,FBI给你发认证啊,臭名昭著的FBI 在中国还有fans呢。。。你要事不放心,自己dd 写0 进去
好的,dd o 循环100 次。这个应该可以通过FBI CIA 要求了。

发表于 : 2007-08-14 22:38
vvoody
dd
DD(1) User Commands DD(1)



NAME
dd - convert and copy a file

SYNOPSIS
dd [OPERAND]...
dd OPTION

DESCRIPTION
Copy a file, converting and formatting according to the operands.

bs=BYTES
force ibs=BYTES and obs=BYTES

cbs=BYTES
convert BYTES bytes at a time

conv=CONVS
convert the file as per the comma separated symbol list

count=BLOCKS
copy only BLOCKS input blocks

ibs=BYTES
read BYTES bytes at a time

if=FILE
read from FILE instead of stdin

iflag=FLAGS
read as per the comma separated symbol list

obs=BYTES
write BYTES bytes at a time

of=FILE
write to FILE instead of stdout

oflag=FLAGS
write as per the comma separated symbol list

seek=BLOCKS
skip BLOCKS obs-sized blocks at start of output

skip=BLOCKS
skip BLOCKS ibs-sized blocks at start of input

status=noxfer
suppress transfer statistics

BLOCKS and BYTES may be followed by the following multiplicative suf‐
fixes: xM M, c 1, w 2, b 512, kB 1000, K 1024, MB 1000*1000, M
1024*1024, GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E,
Z, Y.

Each CONV symbol may be:

ascii from EBCDIC to ASCII

ebcdic from ASCII to EBCDIC

ibm from ASCII to alternate EBCDIC

block pad newline-terminated records with spaces to cbs-size

unblock
replace trailing spaces in cbs-size records with newline

lcase change upper case to lower case

nocreat
do not create the output file

excl fail if the output file already exists

notrunc
do not truncate the output file

ucase change lower case to upper case

swab swap every pair of input bytes

noerror
continue after read errors

sync pad every input block with NULs to ibs-size; when used with
block or unblock, pad with spaces rather than NULs

fdatasync
physically write output file data before finishing

fsync likewise, but also write metadata

Each FLAG symbol may be:

append append mode (makes sense only for output; conv=notrunc sug‐
gested)

direct use direct I/O for data

directory fail unless a directory dsync use synchronized I/O
for data sync likewise, but also for metadata nonblock use
non-blocking I/O noatime do not update access time noctty
do not assign controlling terminal from file nofollow do not
follow symlinks

Sending a USR1 signal to a running ‘dd’ process makes it print I/O
statistics to standard error and then resume copying.

$ dd if=/dev/zero of=/dev/null& pid=$!
$ kill -USR1 $pid; sleep 1; kill $pid

18335302+0 records in 18335302+0 records out 9387674624 bytes
(9.4 GB) copied, 34.6279 seconds, 271 MB/s

Options are:

--help display this help and exit

--version
output version information and exit

AUTHOR
Written by Paul Rubin, David MacKenzie, and Stuart Kemp.

REPORTING BUGS
Report bugs to <[email protected]>.

COPYRIGHT
Copyright © 2007 Free Software Foundation, Inc.
This is free software. You may redistribute copies of it under the
terms of the GNU General Public License
<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
extent permitted by law.

SEE ALSO
The full documentation for dd is maintained as a Texinfo manual. If
the info and dd programs are properly installed at your site, the com‐
mand

info dd

should give you access to the complete manual.



GNU coreutils 6.9 March 2007 DD(1)

发表于 : 2007-08-14 22:52
biaodianfu
上街买个榔头~

发表于 : 2007-08-14 22:58
skyx
biaodianfu 写了:上街买个榔头~

榔头砸后是可以恢复的。

根据磁滞洄记忆效应的原理,IBM数据恢复实验室可以把反复擦写几次的硬盘数据恢复出来。

所以理论上要在钢水中熔掉才行的。

发表于 : 2007-08-14 23:06
millenniumdark
skyx 写了:
iblicf 写了:死脑筋,FBI给你发认证啊,臭名昭著的FBI 在中国还有fans呢。。。你要事不放心,自己dd 写0 进去
好的,dd o 循环100 次。这个应该可以通过FBI CIA 要求了。
你試過嗎?不知道要花多久?

发表于 : 2007-10-27 17:14
skyx
有人试过没? FBI是否可以再恢复出来?

发表于 : 2007-10-27 17:25
iblicf
我再教你一个办法,,
sudo chattr +s file_name -->:Secure Delete,让系统在删除这个文件时,使用0填充文件所在的区域。

发表于 : 2007-10-27 17:31
skyx
楼上的方法,理论上来讲,IBM数据恢复实验室还是有办法,因为可以通过当前磁场的方向是可以推段过去某个时刻的方向的。

我的问题是,要置多少次0或1 ,才有效?才能让恢复的成本上档次?