Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // STS10Wordlist is a wordlist that was taken from: // https://github.com/sts10/generated-wordlists/tree/e0daeebbffbb/lists/1password-replacement // where it was called 1password-replacement.txt. // // 1password-replacement.txt is licensed by Sam Schlinkert under a CC BY 3.0 // license (https://creativecommons.org/licenses/by/3.0/). // //go:embed sts10_wordlist.txt STS10Wordlist string // EFFLargeWordlist is a wordlist that was taken from: // https://www.eff.org/files/2016/07/18/eff_large_wordlist.txt. // // eff_large_wordlist.txt is licensed by the Electronic Frontier Foundation // under a CC BY 3.0 US license // (https://creativecommons.org/licenses/by/3.0/us/). // //go:embed eff_large_wordlist.txt EFFLargeWordlist string // EFFShortWordlist1 is a wordlist that was taken from: // https://www.eff.org/files/2016/09/08/eff_short_wordlist_1.txt. // // eff_short_wordlist_1.txt is licensed by the Electronic Frontier Foundation // under a CC BY 3.0 US license // (https://creativecommons.org/licenses/by/3.0/us/). // //go:embed eff_short_wordlist_1.txt EFFShortWordlist1 string // EFFShortWordlist2 is a wordlist that was taken from: // https://www.eff.org/files/2016/09/08/eff_short_wordlist_2_0.txt. // // eff_short_wordlist_2_0.txt is licensed by the Electronic Frontier Foundation // under a CC BY 3.0 US license // (https://creativecommons.org/licenses/by/3.0/us/). // //go:embed eff_short_wordlist_2_0.txt EFFShortWordlist2 string )
Functions ¶
This section is empty.
Types ¶
This section is empty.