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.
|
|
5 months ago | |
|---|---|---|
| .gitignore | 5 months ago | |
| LICENSE | 2 years ago | |
| README.MD | 5 months ago | |
| create_db.go | 5 months ago | |
| getQR.go | 5 months ago | |
| go.mod | 5 months ago | |
| go.sum | 5 months ago | |
| makeQR.go | 5 months ago | |
| readData.go | 5 months ago | |
| writeData.go | 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
How to add another dictionary
$ go run create_db.go -db-update -dict mywordslist.txt
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