index.js 248 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 var crypto = require('crypto') /* istanbul ignore next */ if (crypto.pbkdf2Sync.toString().indexOf('keylen, digest') === -1) { throw new Error('Unsupported crypto version') } exports.pbkdf2Sync = crypto.pbkdf2Sync exports.pbkdf2 = crypto.pbkdf2