windows checksum 확인법
웹사이트에서 파일을 다운받을 때에 위조되었는지 확인하기 위한 작업
- cmd
1
certutil -hashfile {파일 경로} {checksum 종류}
checksum 종류(써본 것들)
- sha256
- MD5
- sha1
- MD4
This post is licensed under CC BY 4.0 by the author.
웹사이트에서 파일을 다운받을 때에 위조되었는지 확인하기 위한 작업
1
certutil -hashfile {파일 경로} {checksum 종류}
checksum 종류(써본 것들)