For macOS
1. Click Download checksum file
2. Open the command line tool and switch to the directory where the download file is located, e.g.
cd Downloads/
3. Use the checksum tool to calculate the shasum value
shasum -a 256 --check SHA256SUMS.asc
4. Check the result; make sure the status of the DMG file you downloaded shows OK
5. If you have not previously installed GNU Privacy Guard (GPG) on your system, install
6. Get the Onekey signature public key
gpg --keyserver keys.openpgp.org --recv-keys 074C4CCE3C5BC4F6EFB8FC57AF37AFA7F85AEE7F
7. Verify the checksum file
gpg --verify SHA256SUMS.asc
8. Verify the checksum result
For Windows
1. Click Download checksum file
2. Open the command line tool and switch to the directory where the download file is located, e.g.
cd %UserProfile%\\Downloads
3. Run the following command to generate the checksum
certUtil -hashfile your-install-package-name.zip SHA256
4. Verify the result; make sure the checksum you generate is equal to the checksum of the corresponding installation package in the download file
5. If you have not installed GNU Privacy Guard (GPG) on your system before, please install
6. Get the Onekey signature public key
C:\Program Files\Gnu\GnuPg\gpg.exe --keyserver keys.openpgp.org --recv-keys 074C4CCE3C5BC4F6EFB8FC57AF37AFA7F85AEE7F
7. Verify the checksum file
C:\Program Files\Gnu\GnuPg\gpg.exe --verify SHA256SUMS.asc
8. Verify the checksum result
For Linux
1. Click Download checksum file
2. Open the command line tool and switch to the directory where the download file is located, e.g.
cd Downloads/
3. Use the checksum tool to calculate the shasum value
sha256sum --ignore-missing --check SHA256SUMS.asc
4. Check the result; make sure that the status of the APK file you downloaded shows OK
5. If you do not have GNU Privacy Guard (GPG) installed on your system before, please install
6. Get the Onekey signature public key
gpg --keyserver keys.openpgp.org --recv-keys 074C4CCE3C5BC4F6EFB8FC57AF37AFA7F85AEE7F
7. Verify the checksum file
gpg --verify SHA256SUMS.asc
8. Verify the checksum result
Comments
0 comments
Please sign in to leave a comment.