Skip to content

Commit e84af8d

Browse files
committed
fix: update password hash cli
1 parent 8814e0b commit e84af8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/commands/generate/password-hash/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default class extends Command {
5656
"salt-length": {
5757
"short": "s",
5858
"description": "Salt length.",
59-
"schema": { "type": "integer", "minimum": 8, "maximum": 48 },
59+
"schema": { "type": "integer", "minimum": 8, "maximum": 64 },
6060
},
6161
"hash-length": {
6262
"short": "h",

0 commit comments

Comments
 (0)