We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735b79a commit 00691f1Copy full SHA for 00691f1
1 file changed
browser/lib/keygen.js
@@ -2,6 +2,6 @@ const crypto = require('crypto')
2
const _ = require('lodash')
3
4
module.exports = function (length) {
5
- if (!_.isFinite(length)) length = 12
+ if (!_.isFinite(length)) length = 6
6
return crypto.randomBytes(length).toString('hex')
7
}
0 commit comments