6c894a2aa5
Update keyFinder.js
...
modified used the suitable identifier for the variables
2018-10-31 09:47:06 +08:00
7a04d2ad86
Update keyFinder.js
...
Made 2 changes to optimize the match results:
1. use a loop to find the next digit of wordbank element and compare with outStr's digit
2. this part need to be optimize with the calculation of the number of occurance of word's probabilities
2018-10-30 11:20:32 +08:00
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