7 Commits

Author SHA1 Message Date
e41ad76298 Update keyFinder.js
some changes is made to optimize the function
2018-10-27 12:29:36 +08:00
e0fa99b2fd Update keyFinder.js
optimized the indentation for the if statement in line 18
2018-10-27 11:13:15 +08:00
5a75bcae52 Rename keyFinder to keyFinder.js 2018-10-27 10:38:07 +08:00
633105633b Create keyFinder
Find and retrieve the encryption key automatically 
Note: This is a draft version, please help to modify, Thanks!
2018-10-25 20:15:11 +08:00
8281dacdfc Create vigenereCipher.js
I translate this code from Java repository to Javascript language. Could be improved.
2018-09-29 22:02:08 -05:00
bceb750f76 removed switch construct and put in a if-construct. 2018-03-30 16:16:12 +02:00
2fd39c88ff Adding the Caesar's Cipher algorithm 2017-10-15 17:07:44 -04:00