Hacker News new | ask | show | jobs
by supercrypt 4568 days ago
The way you hash passwords is wrong, and worst by someone involved in bitcoin. var passwordDigest = Crypto.SHA256( $scope.password )
1 comments

Thanks for the feedback. We're following https://code.google.com/p/crypto-js/#SHA-2

Could you let us know how it's incorrect? Otherwise, feel free to make a pull request on https://github.com/BitcoinMafia/SpareCoinsExt

You should suspend your project until you understand enough crypto to implement a cryptocurrency wallet. Follow the cryptocat project to understand the risk you are facing.