Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 899 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 899 Bytes

rusty-horse : An xkcd-style passphrase generator

This is yet another variation of the memorable random word based passphrase generation algorithm that was popularized by xkcd:

Why would I implement yet another passphrase generator when there are many good ones out there?

  • I am not fully satisfied with the common English word lists that I found online, and wanted to see if I could do it better with some help from the more extensive and multilingual Google Books Ngrams dataset
  • It's a good excuse to have fun with big-ish data natural language processing