Assign numbers to words.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Robert f2f3c1aff1 init 2 years ago
.gitignore init 2 years ago
README.MD init 2 years ago
create_db.go init 2 years ago
go.mod init 2 years ago
go.sum init 2 years ago
readData.go init 2 years ago
writeData.go init 2 years ago

README.MD

xorWords

Install

$ go get github.com/mattn/go-sqlite3
$ go run create_db.go

Create xored data

$ go run writeData.go

Fetch data

$ go run readData.go