Closed powerman closed 2 years ago
This is my output from gpg --output checksums.txt --decrypt checksums.txt.gpg
gpg: Signature made Fri Jan 28 21:12:06 2022 EST
gpg: using RSA key 45A031AB34C9050DD0BD2844FF0ED3C3ABC76446
gpg: Good signature from "Taylor Monahan <tayvano@gmail.com>" [unknown]
gpg: aka "Taylor Monahan <myetherwallet@gmail.com>" [unknown]
gpg: aka "Taylor Monahan <taylor@mangrove-web.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 018C 1E66 A1E4 F215 2ADA 8DD9 8DAD C5E5 1848 6550
Subkey fingerprint: 45A0 31AB 34C9 050D D0BD 2844 FF0E D3C3 ABC7 6446
yarn test:e2e:dev tests/dashboard.test.js
Sorry, I don't get it. Looks like this command is supposed to run some tests, but how is this replies to the issue?
$ gpg --list-key 0x697F4D4B81B15C84 pub rsa2048/0x697F4D4B81B15C84 2017-11-10 [SC] 1B7A2D12DE76F0F0A2153B62697F4D4B81B15C84 uid [ unknown] Taylor tayvano@gmail.com sub rsa2048/0x7CF40C83CF3249B7 2017-11-10 [E] [expires: 2023-12-15]
$ gpg --output checksums.txt --decrypt checksums.txt.gpg gpg: Signature made Sat Jan 29 04:12:06 2022 EET gpg: using RSA key 45A031AB34C9050DD0BD2844FF0ED3C3ABC76446 gpg: Can't check signature: No public key
The issue is the checksums.txt
is signed with a different key than https://support.mycrypto.com/staying-safe/verifying-authenticity-of-desktop-app/ advises to download. And that other key (45A031AB34C9050DD0BD2844FF0ED3C3ABC76446
) is not signed with the former, so the current situation looks like somebody unauthorized replaced the signature with look-alike one. Until clarified nobody should use those binaries, they may be compromised.
Hi @powerman, @jgerardsimcock, @marmarek
We have re-signed the checksum file with the correct key, so please re-download it from the release page (https://github.com/MyCryptoHQ/MyCrypto/releases/tag/1.7.17)
If you have any more issues with this please open a new issue (or DM me on Twitter)
Looks like file is signed using different key.
Console Logs / Screenshots