https://duckduckgo.com/?q=md5+%D0%92%D0%B5%D0%BB%D0%B8%D1%85%D0%BE%D0%B2%2C_%D0%95%D0%B2%D0%B3%D0%B5%D0%BD%D0%B8%D0%B9_%D0%9F%D0%B0%D0%B2%D0%BB%D0%BE%D0%B2%D0%B8%D1%87.jpeg
shows: 2d20149202635b06b67af28545739192
but:
x='Велихов,_Евгений_Павлович.jpeg'
c = require('crypto')
md5 = c.createHash('md5')
md5.update(x)
md5.digest('hex')
shows: 2fb2004e85d734547647e45a72863d13
Even wikipedia agrees with the hash computed by duckduckgo.
http://upload.wikimedia.org/wikipedia/commons/thumb/2/2f/%D0%92%D0%B5%D0%BB%D0%B8%D1%85%D0%BE%D0%B2,_%D0%95%D0%B2%D0%B3%D0%B5%D0%BD%D0%B8%D0%B9_%D0%9F%D0%B0%D0%B2%D0%BB%D0%BE%D0%B2%D0%B8%D1%87.jpeg/240px-%D0%92%D0%B5%D0%BB%D0%B8%D1%85%D0%BE%D0%B2,_%D0%95%D0%B2%D0%B3%D0%B5%D0%BD%D0%B8%D0%B9_%D0%9F%D0%B0%D0%B2%D0%BB%D0%BE%D0%B2%D0%B8%D1%87.jpeg
What am I doing wrong?
Regards,
-Dhruv.
--
Job Board: http://jobs.nodejs.org/
Posting guidelines:
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
