-
-
Notifications
You must be signed in to change notification settings - Fork 35k
Closed
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.invalidIssues and PRs that are invalid.Issues and PRs that are invalid.
Description
Windows and Mac,Node.js v5/v6:
var a = '010203334455667788AF02';
console.log(md5(Buffer(a,'hex').toString('binary'),'hex'));
echo : 9f4eeb2dc8cfc04768149dfb1036009c
Windows and Mac,Node.js v4/0.10.29:
var a = '010203334455667788AF02';
console.log(md5(Buffer(a,'hex').toString('binary'),'hex'));
echo : f4cb7e6847b063001b72646517a9f4c3
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.invalidIssues and PRs that are invalid.Issues and PRs that are invalid.