Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
5 years ago[30, 64] Generated password length is capped at 64
So, this was the case with op v1 too...
$ op item create ... --generate-password=67,letters,digits
[ERROR] 2021/12/03 20:37:59 invalid argument "67,letters,digits" for "--generate-password" f...
Backspaze
4 years agoDedicated Contributor
Just chiming in here to say that I think the password length cap should at least be consistent between all the apps. So if it's 100 for the client apps, then it should be 100 for CLI as well. 100 characters is probably more than enough for most people, especially if you're only using the client apps.
But the CLI is probably mostly used by people who might have other requirements than the average person. So I see no problem with removing the cap when you explicitly add a recipe to --generate-password. Maybe even adding some kind of setting or preference to configure the default setting to something else than "a 32 character password consisting of letters, digits, and symbols".