jaros1 / Money-Network

Demo with complementary and alternative money. Implemented in ZeroNet and AngularJS. Focus on privacy, encryption, max data in client and min data on ZeroNet. Work in progress.
GNU General Public License v2.0
4 stars 4 forks source link

crossbrowser sha256(JSON.stringify(x)) usage #257

Open jaros1 opened 6 years ago

jaros1 commented 6 years ago

Maybe JSON.stringify(x) gives different strings and different sha256 values in different browsers. Ensure that sha256(JSON.stringify(x) is not used across different clients

jaros1 commented 6 years ago

See also https://github.com/jaros1/Money-Network/issues/222 JSON.stringify in notifications is not responsive