Bitcoin Forum
May 13, 2024, 07:15:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Signature and checksum hashes for windows 10  (Read 680 times)
moneybank4u (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
August 04, 2017, 05:09:18 PM
 #1

How do I verify the signature and checksum hashes on the windows 10? How do the whole process work for windows 10. I want to download the   "Electron-Cash-2.9.2.exe" from "https://www.bitcoincash.org/" to get the BCH in the wallet. Before downloading the file, I want to check the authenticity of the files as this protects me from hackers and malware.  I am aware that there is some tool available on microsoft.com but not sure how to do it. If there is any other way to do it I am open to it. Anyone who has done this or has good knowledge can give me a step by step guide for my windows 10 pc.
1715627753
Hero Member
*
Offline Offline

Posts: 1715627753

View Profile Personal Message (Offline)

Ignore
1715627753
Reply with quote  #2

1715627753
Report to moderator
1715627753
Hero Member
*
Offline Offline

Posts: 1715627753

View Profile Personal Message (Offline)

Ignore
1715627753
Reply with quote  #2

1715627753
Report to moderator
1715627753
Hero Member
*
Offline Offline

Posts: 1715627753

View Profile Personal Message (Offline)

Ignore
1715627753
Reply with quote  #2

1715627753
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715627753
Hero Member
*
Offline Offline

Posts: 1715627753

View Profile Personal Message (Offline)

Ignore
1715627753
Reply with quote  #2

1715627753
Report to moderator
1715627753
Hero Member
*
Offline Offline

Posts: 1715627753

View Profile Personal Message (Offline)

Ignore
1715627753
Reply with quote  #2

1715627753
Report to moderator
1715627753
Hero Member
*
Offline Offline

Posts: 1715627753

View Profile Personal Message (Offline)

Ignore
1715627753
Reply with quote  #2

1715627753
Report to moderator
efeaydin
Full Member
***
Offline Offline

Activity: 181
Merit: 102


View Profile
August 04, 2017, 05:44:14 PM
 #2

Windows 10 has a built-in feature for this. You can use CertUtil to find hash of a file.
Type:
CertUtil "FilePath" MD5 (you can use md2,3,4,5-sha1,256,384,512)

Then check the hash from the website.
moneybank4u (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
August 04, 2017, 07:15:33 PM
 #3

thanks for the quick info..I am sorry I am a noob. Can anyone help me with some detailed steps?
efeaydin
Full Member
***
Offline Offline

Activity: 181
Merit: 102


View Profile
August 04, 2017, 08:18:53 PM
 #4

thanks for the quick info..I am sorry I am a noob. Can anyone help me with some detailed steps?

I thought the checksum was MD5 or SHA. It is PGP.

There is a tutorial which explains how to check it from .asc file.

https://www.openoffice.org/download/checksums.html#pgp_win
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
August 05, 2017, 08:05:13 AM
 #5

I thought the checksum was MD5 or SHA. It is PGP.
The SHA1sum is available here: https://github.com/fyookball/keys-n-hashes/tree/master/sigs-and-sums/2.9.2/win-linux

If you have a copy of 7zip installed, you can use that to generate the SHA1sum for the downloaded file... and compare with the one from github... that will let you be sure that your downloaded file is the untampered with...

To be honest, the PGP signature is a bit useless... it'll only confirm that it was signed by the somewhat "anonymous" user that is creating the binaries... which doesn't really guarantee anything

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
moneybank4u (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
August 05, 2017, 10:12:07 AM
 #6

Thanks for the quick reply. I wanted to check it using "Microsoft File Checksum Integrity Verifier tool". Can someone guide me with this?
HCP
Legendary
*
Offline Offline

Activity: 2086
Merit: 4316

<insert witty quote here>


View Profile
August 05, 2017, 11:44:11 AM
Last edit: November 15, 2023, 08:51:08 AM by HCP
 #7

Read the instructions here: https://support.microsoft.com/en-us/help/841290/availability-and-description-of-the-file-checksum-integrity-verifier-u

Basically it'll be a command like this:
Code:
fciv.exe -sha1 Electron-Cash-2.9.2.exe

You run that on the commandline, in the directory where you downloaded Electron-Cash-2.9.2.exe (or whatever ElectronCash installer you downloaded)... then make sure that the generated SHA1 that it displays is the same as in the appropriate .txt file from the github link my previous post.

5a3577e5e0a17057458a47e16a4b89e400dcc1fc  Electron-Cash-2.9.2.exe



█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
moneybank4u (OP)
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
August 05, 2017, 01:26:35 PM
 #8

I figured it out through another app(hash checker and hash me) available on windows store which is much easier to use. Thanks a ton for your help.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!