Command to allow generating strong passwords from withing kosh #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem - Even though kosh can save passwords safely. When wanting to login to some new application or service. I have to first create a strong password from some website or manually and then add that to kosh.
Solution - A
generatecommand that would create a strong password and save it for a specified label and user, should have options like lenght allowed characters etc.Feature Development - create a command to generate a new credential as per requirements.[2026-01-01]Testing - add unit tests for related functions[2026-01-04]Application Level Documentation - add help and usage text[2026-01-04]Documentation - add documentation for the new command in[2026-01-04]kosh docsImplemented. Pull Request #6