jocxfin / pwgen

Simple self hosted password generator
GNU Affero General Public License v3.0
53 stars 3 forks source link

Multi-Password Generation #34

Closed jocxfin closed 6 months ago

jocxfin commented 6 months ago

Is Your Feature Request Related to a Problem? Please Describe.

Yes, currently the application generates a single password or passphrase at a time. I'm always frustrated when I need multiple passwords for different accounts and have to repeatedly use the generator.

Description

The feature would enhance the application by allowing the generation of multiple passwords/passphrases at once, according to the specified rules. Each generated password/passphrase would have a dedicated 'copy' button adjacent to it, facilitating easy copying.

User Story

As a user who frequently sets up multiple accounts or changes passwords regularly, I want to generate several passwords/passphrases at once, each adhering to my specified security criteria, so that I can quickly and efficiently secure my accounts without having to generate and copy them one by one.

Acceptance Criteria

Implementation Notes

Potential Challenges

Priority

Medium - This feature significantly enhances usability for users needing multiple passwords, balancing the need for security with convenience.

Labels

enhancement, usability

Other

Origin: https://www.reddit.com/r/selfhosted/comments/1bozfo9/comment/kx8dkqm/

jocxfin commented 6 months ago

If anyone has any ideas on how to make this clean on the UI side, be my guest and throw ideas this way!

stanthewizzard commented 6 months ago

this one works well IMHO https://randomkeygen.com/

jocxfin commented 6 months ago

This is the current version im working on. Needs to improve async funcs as the current implementation takes 23ms without HIBP-api check and over 2 seconds with it with multiple passwords(110ms with only one so there's some bug somewhere).

image