cryptonomex / graphene-ui

Cryptonomex Graphene front end (wallet and decentralized exchange)
https://bitshares.openledger.info
MIT License
156 stars 100 forks source link

Please add SHA1 when GUI wallet release everytime #868

Closed imYao closed 8 years ago

imYao commented 8 years ago

Please add SHA1 when GUI wallet release to prevent cheating. Thanks for your job.

svk31 commented 8 years ago

I've wanted to do this actually but I've yet to figure out how! Is there a guide somewhere for how to do this?

imYao commented 8 years ago

I generally use HashTab to verify SHA1: https://s19.postimg.org/nlco86uj7/Hash_Tab.png

Just post the SHA1 of the wallet file in github when you release. You are official release!

svk31 commented 8 years ago

Ok I looked into this again and it seems it's even easier than I thought, not sure why I never found this before when searching for it. Missing the "digest" keyword perhaps. Anyway, I can do this with openssl as such:

openssl dgst -sha256 filename.exe

Is SHA1 sufficient? Or should I use another algorithm?

imYao commented 8 years ago

SHA1 and another will be better.

svk31 commented 8 years ago

Ok I'll do that then.

svk31 commented 8 years ago

9c27d767083b2f32645fed56372ebcb9cbea40d0

svk31 commented 8 years ago

Closing, hashes will be included for the next release.