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 1af9614513 dict use this Dictionary file. 2 years ago
.gitignore xor with pwd 2 years ago
README.MD xor with pwd 2 years ago
create_db.go dict use this Dictionary file. 2 years ago
go.mod init 2 years ago
go.sum init 2 years ago
readData.go db flag, shuffle high freq. words 2 years ago
writeData.go db flag, shuffle high freq. words 2 years ago

README.MD

xorWords

Install

$ go get github.com/mattn/go-sqlite3
# Randomize the dictionary
$ shuf /usr/share/dict/american-english > rnd-english
$ go run create_db.go

Passwords are ONLY for custom words not in the dictionary

Enter one keyword at a time for security!!

Create encoded data

$ go run writeData.go -pwd MyPa$$word

Fetch data from encodings

$ go run readData.go -pwd MyPa$$word

Share your rnd-english dictionary with others to be able to see the data.