QA password before using
mrandrewmills opened this issue · 1 comments
mrandrewmills commented
Right now, it's possible to have numeric characters, spaces, etc. in a password, which breaks the Vigenere algorithm. We should put code in place that strips out all non-alpha characters before assigning the value to the actual password variable.
mrandrewmills commented
90e2470 resolves this issue.