# 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 ## Share your english_words.db dictionary database with others to be able to view your comments...