We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8814e0b commit e84af8dCopy full SHA for e84af8d
1 file changed
lib/commands/generate/password-hash/create.js
@@ -56,7 +56,7 @@ export default class extends Command {
56
"salt-length": {
57
"short": "s",
58
"description": "Salt length.",
59
- "schema": { "type": "integer", "minimum": 8, "maximum": 48 },
+ "schema": { "type": "integer", "minimum": 8, "maximum": 64 },
60
},
61
"hash-length": {
62
"short": "h",
0 commit comments