Skip to content

Commit

Permalink
add the password codes for tran in data package
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Feb 3, 2022
1 parent 7502fc8 commit b1dcad0
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions data/password-codes.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
package data

var SpaceWordList = []string{
"go",
"rust",
"solar",
"moon",
"cli",
"planet",
"asteroid",
"byte",
"comet",
"star",
"orbit",
"cosmos",
"crater",
"eclipse",
"galaxy",
"lunar",
"vue",
"meteor",
"gravity",
"inertia",
"mass",
"football",
"magnitude",
"nebula",
"orbit",
"ios",
"lightyear",
"parsec",
"celestial",
"neutron",
"supernova",
"aurora",
"quasar",
"cluster",
"redshift",
"gamma",
"flare",
"ray",
"zenith",
"zodiac",
"neutrino",
"tidal",
"xcode",
"hub",
"compose",
"docker",
"kubernetes",
"computer",
"cloud",
"react",
"secman",
}

0 comments on commit b1dcad0

Please sign in to comment.