Quote (Utunity @ Aug 26 2012 06:34pm)
well isn't that secret, but it needs to be offline though, and for now i'm just using a txt file, but just wondered if there were any more sufficient ways to do it. Without internet connection though.
when i say push to devices, i mean for updates. after the initial install you sync the words and store it locally. after that you do online updates which are stored locally.
Quote (irimi @ Aug 26 2012 06:50pm)
sign and encrypt a plaintext dictionary
im not very familiar with using encrypted files. can you do it in such a way that you dont need to decrypt or read the entire file just to get one word? i guess encrypt each line, then use file pointers to jump to a random line?