mrandrewmills/Vigenere-Cipher

QA password before using

mrandrewmills opened this issue · 1 comments

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.

90e2470 resolves this issue.