[FEATURE REQUEST] Password generator for public links
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
Needs research to check for available solutions in the Android world
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 👨🏼💻