Bump libmutton to latest development version (fix decryption across devices)

This commit is contained in:
2025-05-11 15:40:16 -04:00
parent d15e71a88f
commit 2f9d5df285
3 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import (
// inputPasswordGen prompts the user for password generation parameters and returns a generated password as a string.
func inputPasswordGen() string {
passLength := front.InputPositiveInt("Password length:", 1, -1)
passLength := front.InputInt("Password length:", 1, -1)
fmt.Println()
passCharset := uint8(front.InputMenuGen("Password complexity:", []string{"Simple", "Complex", "Ultra Complex (not compatible with many services)"}))
var complexity float64