Vigenère cipher/Cryptanalysis: Difference between revisions

Content added Content deleted
Line 1,644: Line 1,644:
};
};
cleaned:=input.toUpper().filter(uppercase.holds).apply("toAsc");
cleaned:=input.toUpper().pump(List,uppercase.holds,Void.Filter,"toAsc");


best_len,best_corr:=0,-100.0;
best_len,best_corr:=0,-100.0;