16 ms·
The way you hash passwords is wrong, and worst by someone involved in bitcoin. var passwordDigest = Crypto.SHA256( $scope.password )
by supercrypt 13y ago
The way you hash passwords is wrong, and worst by someone involved in bitcoin.
var passwordDigest = Crypto.SHA256( $scope.password )
- locksley 13y agoThanks for the feedback. We're following https://code.google.com/p/crypto-js/#SHA-2 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 https://github.com/BitcoinMafia/SpareCoinsExt
- supercrypt 13y agoYou 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.