How to use the md5.md5 function in md5

To help you get started, we’ve selected a few md5 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github creationix / node-blog / build.js View on Github external
gravitar: function (email, size) {
        size = size || 80
        return "http://www.gravatar.com/avatar/" +
          md5(email.trim().toLowerCase()) +
          "?r=pg&s=" + size + ".jpg&d=identicon";
      },
      partial: function (name, props) {

md5

js function for hashing messages with MD5

BSD-3-Clause
Latest version published 4 years ago

Package Health Score

74 / 100
Full package analysis