mrandrewmills / Vigenere-Cipher

a JavaScript object for working with Vigenere ciphers
0 stars 0 forks source link

QA password before using #1

Closed mrandrewmills closed 8 years ago

mrandrewmills commented 8 years ago

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 8 years ago

90e2470 resolves this issue.