Wednesday, December 14, 2005
윈도우용 MD5SUM, SHA1SUM 윈도우 버전 다운로드; md5sum.exe sha1sum.exe Download
MD5SUM 이나 SHA1SUM 은 리눅스/유닉스 툴이지만, 윈도우용으로 포팅된 md5sum.exe 와 sha1sum.exe 등도 있습니다.
Cygwin(시그윈) 속에 들어 있는 md5sum.exe 와 sha1sum.exe 파일이 가장 추천할 만합니다.
시그윈을 무료로 다운 받아서 윈도우에 설치하면, 리눅스의 거의 모든 명령어들의 윈도우 버전을 사용할 수 있습니다: ▶▶ Cygwin (시그윈) 다운로드/설치법 [윈도우에 리눅스/유닉스 환경 만들기]
다음은 윈도2000에 시그윈을 설치한 후, 도스창에서 md5sum 과 sha1sum 명령의 도움말을 출력한 화면입니다:
※ 아래 박스 클릭 후, 키보드 화살표 키로 좌우 스크롤 가능함
Cygwin(시그윈) 속에 들어 있는 md5sum.exe 와 sha1sum.exe 파일이 가장 추천할 만합니다.
시그윈을 무료로 다운 받아서 윈도우에 설치하면, 리눅스의 거의 모든 명령어들의 윈도우 버전을 사용할 수 있습니다: ▶▶ Cygwin (시그윈) 다운로드/설치법 [윈도우에 리눅스/유닉스 환경 만들기]
다음은 윈도2000에 시그윈을 설치한 후, 도스창에서 md5sum 과 sha1sum 명령의 도움말을 출력한 화면입니다:
※ 아래 박스 클릭 후, 키보드 화살표 키로 좌우 스크롤 가능함
D:\Z>md5sum --help
Usage: md5sum [OPTION] [FILE]...
Print or check MD5 (128-bit) checksums.
With no FILE, or when FILE is -, read standard input.
-b, --binary read in binary mode (default unless reading tty stdin)
-c, --check read MD5 sums from the FILEs and check them
-t, --text read in text mode (default if reading tty stdin)
The following two options are useful only when verifying checksums:
--status don't output anything, status code shows success
-w, --warn warn about improperly formatted checksum lines
--help display this help and exit
--version output version information and exit
The sums are computed as described in RFC 1321. When checking, the input
should be a former output of this program. The default mode is to print
a line with checksum, a character indicating type (`*' for binary, ` ' for
text), and name for each FILE.
Report bugs to <bug-coreutils@gnu.org>.
D:\Z>
D:\Z>
D:\Z>
D:\Z>sha1sum --help
Usage: sha1sum [OPTION] [FILE]...
Print or check SHA1 (160-bit) checksums.
With no FILE, or when FILE is -, read standard input.
-b, --binary read in binary mode (default unless reading tty stdin)
-c, --check read SHA1 sums from the FILEs and check them
-t, --text read in text mode (default if reading tty stdin)
The following two options are useful only when verifying checksums:
--status don't output anything, status code shows success
-w, --warn warn about improperly formatted checksum lines
--help display this help and exit
--version output version information and exit
The sums are computed as described in FIPS-180-1. When checking, the input
should be a former output of this program. The default mode is to print
a line with checksum, a character indicating type (`*' for binary, ` ' for
text), and name for each FILE.
Report bugs to <bug-coreutils@gnu.org>.
D:\Z>
Usage: md5sum [OPTION] [FILE]...
Print or check MD5 (128-bit) checksums.
With no FILE, or when FILE is -, read standard input.
-b, --binary read in binary mode (default unless reading tty stdin)
-c, --check read MD5 sums from the FILEs and check them
-t, --text read in text mode (default if reading tty stdin)
The following two options are useful only when verifying checksums:
--status don't output anything, status code shows success
-w, --warn warn about improperly formatted checksum lines
--help display this help and exit
--version output version information and exit
The sums are computed as described in RFC 1321. When checking, the input
should be a former output of this program. The default mode is to print
a line with checksum, a character indicating type (`*' for binary, ` ' for
text), and name for each FILE.
Report bugs to <bug-coreutils@gnu.org>.
D:\Z>
D:\Z>
D:\Z>
D:\Z>sha1sum --help
Usage: sha1sum [OPTION] [FILE]...
Print or check SHA1 (160-bit) checksums.
With no FILE, or when FILE is -, read standard input.
-b, --binary read in binary mode (default unless reading tty stdin)
-c, --check read SHA1 sums from the FILEs and check them
-t, --text read in text mode (default if reading tty stdin)
The following two options are useful only when verifying checksums:
--status don't output anything, status code shows success
-w, --warn warn about improperly formatted checksum lines
--help display this help and exit
--version output version information and exit
The sums are computed as described in FIPS-180-1. When checking, the input
should be a former output of this program. The default mode is to print
a line with checksum, a character indicating type (`*' for binary, ` ' for
text), and name for each FILE.
Report bugs to <bug-coreutils@gnu.org>.
D:\Z>
tag: linux
리눅스 Linux | 유닉스 Unix | 시그윈 Cygwin
<< Home