marius-wieschollek / passwords

A simple, yet feature rich password manager for Nextcloud
GNU Affero General Public License v3.0
201 stars 39 forks source link

[FEATURE]: Min/Max Character Slider for Generated Passwords #617

Open Saijin-Naib opened 7 months ago

Saijin-Naib commented 7 months ago

⚠️ This issue respects the following points: ⚠️

Current Status

Currently, we can not explicitly control length, just by proxy (changing algorithm or strength).

Most password forms have varied and specific constraints, so being able to move a slider to set the min/max length per-password would be incredibly helpful.

Currently, I need to manually truncate long passwords or concatenate short ones.

Feature Description

Keep default flow, but also add a slider with direct entry combo box to control length of password explicitly.

Length should be sticky.

Additional Context

The implementation I'm familiar with is BitWarden, and they had 5 to 128 chsracters as the range.