From bcc1c2d9dd7fefa538647c0d4e9e621511f1fde6 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 7 Oct 2025 08:31:39 -0700 Subject: Bring back pbkdf2 --- internal/wordlist/wordlist.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 internal/wordlist/wordlist.go (limited to 'internal/wordlist/wordlist.go') diff --git a/internal/wordlist/wordlist.go b/internal/wordlist/wordlist.go deleted file mode 100644 index de929bc..0000000 --- a/internal/wordlist/wordlist.go +++ /dev/null @@ -1,11 +0,0 @@ -package wordlist - -import ( - _ "embed" - "strings" -) - -//go:embed wordlist.txt -var wordList string - -var Words = strings.Split(strings.TrimSuffix(wordList, "\n"), "\n") -- cgit v1.3.1