We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2350b commit 023045bCopy full SHA for 023045b
actions.go
@@ -239,7 +239,7 @@ func addNewEntry() error {
239
240
if len(passwd) == 0 {
241
fmt.Printf("\nGenerating password ...")
242
- err, passwd = generateRandomPassword(16)
+ err, passwd = generateStrongPassword()
243
fmt.Printf("done")
244
}
245
// fmt.Printf("Password => %s\n", passwd)
@@ -315,7 +315,7 @@ func editCurrentEntry(idString string) error {
315
316
if strings.ToLower(passwd) == "y" {
317
fmt.Printf("\nGenerating new password ...")
318
319
320
321
0 commit comments