cookie compare
::cfe3ca5d662b0252292d4da9e486430fded7311233aa31354997d626ac1cb98caacb16a34b458ab7bb60a9310790524e1f7ef090dfbcfa424e5a03632c1d89eb::..
to ...::cfe3ca5d662b0252292d4da9e486430fded7311233aa31354997d626ac1cb98caacb16a34b458ab7bb60a9310790524e1f7ef090dfbcfa424e5a03632c1d89eb::
test: false
console.log('test: ' + ( hash.digest('hex') === v ));
I've checked typeof are strings and length values are same so no invisible whitespaces or special character tricks. I've tried == and === along with valueOf to be sure. Nothing I try can get these two strings between :: tokens to evaluate as equal or true. I don't get it and I've been doing JS for quite a while.