LINUX

sha256sum /path/to/file

 

MAC

shasum -a 256 /path/to/file

 

WINDOWS

CMD

CertUtil -hashfile C:\path\to\file SHA256

 

Powershell

Get-FileHash C:\path\to\file -Algorithm SHA256

 

 

[출처]

https://docs.hak5.org/hc/en-us/articles/360049922674-How-to-verify-the-SHA256-checksum-of-a-downloaded-file

 

How to verify the SHA256 checksum of a downloaded file

When performing firmware upgrades, it is important to verify the SHA256 checksum of the file to ensure its integrity. A corrupted file render a device inoperable in most cases. The process differs ...

docs.hak5.org

 

'Development > ETC' 카테고리의 다른 글

무료 ERD SqlDBM  (0) 2022.01.04
파일비교 프로그램(araxis)  (0) 2021.08.10
[Tizen] 설치된 패키지 id 확인  (0) 2020.06.15
[맥]맥북 일반 키보드  (0) 2020.04.15
Tizen Studio <mdm.h> 파일 오류뜰때  (0) 2020.01.21

+ Recent posts