Verifying Wasabi Wallet
Last updated
Was this helpful?
Last updated
Was this helpful?
With PGP signatures you can verify that the software package you download is actually the one by the developers.
Every release of Wasabi is signed by , the company behind Wasabi.
You can verify that the PGP public key is actually the one of .
This protects you against malicious man in the middle attacks where bad guys give you a fake version of Wasabi with malicious code.
Steps:
On the Wasabi download page, click on 'SIGNATURE' under the operating system that you are using.
Open your terminal and go to the directory that contains the file.
Verify the signature by typing the following in your terminal window:
gpg --verify Wasabi-1.1.13.deb.asc
for Debian / Ubuntu
gpg --verify Wasabi-1.1.13.dmg.asc
for MacOS
gpg --verify Wasabi-1.1.13.msi.asc
for Windows
gpg --verify Wasabi-1.1.13.tar.asc
or gpg --verify Wasabi-1.1.13.gz.asc
for other Linux
If the PGP key in your terminal matches the one above, then you are certain that the software is authentic.