smorks / keepassnatmsg

KeePass plugin to expose credentials securely to a browser using Native Messaging
GNU General Public License v3.0
268 stars 25 forks source link

Release 2.0.16 KeePassNatMsg.plgx SHA256 hash does not match description #110

Closed loopism closed 1 year ago

loopism commented 1 year ago

The SHA256 hash of the published file does not match the hash in the release notes

SHA256

smorks commented 1 year ago

i just downloaded a fresh copy and double-checked the sum, and it appears to be ok to me?

❯ sha256sum -b KeePassNatMsg.plgx
f969a1ba321648e6960f1a27661e9d07eeb8e01d6eb20f24f7adc216700f8d16 *KeePassNatMsg.plgx

i would suggest, on windows, try to use the powershell Get-FileHash <Filename> command to see if that matches?

loopism commented 1 year ago

My error - was checking SHA-1, not SHA256 Thanks for the quick response