android icon indicating copy to clipboard operation
android copied to clipboard

[FEATURE REQUEST] Password generator for public links

Open TheOneRing opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. Along with the password policy, the iOS client implements a password generator.

Describe the solution you'd like The generator creates passwords that follow the policy and in general should have a higher entropy than a user generated password. The implementation should be aligned with the iOS implementation.

Additional context [insert iOS merger request here]

TASKS

  • [ ] Research (if needed)
  • [ ] Create branch feature/feature_name
  • [ ] Development tasks
    • [ ] Implement whatever
    • [ ] ...
  • [ ] Code review and apply changes requested
  • [ ] Design test plan
  • [ ] QA
  • [ ] Merge branch feature/feature_name into master

TheOneRing avatar Feb 06 '24 11:02 TheOneRing

Needs research to check for available solutions in the Android world

jesmrec avatar Feb 06 '24 12:02 jesmrec

Needs research to check for available solutions in the Android world

None of the available solutions was suitable (in addition to the fact that none of them is native). Developing our own solution then 👨🏼‍💻

JuancaG05 avatar Mar 27 '24 10:03 JuancaG05