RosettaCodeData/Task/Vigen-re-cipher-Cryptanalysis/J/vigen-re-cipher-cryptanalysis-3.j

7 lines
193 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
decaesar=: {{
freqs=. (<:#/.~AZ,y)%#y=. y ([-.-.) AZ
ndx=. (i. <./)lfreq +/&.:*:@:-"1 (i.26)|."0 1 freqs
26&|@-&ndx&.(AZ&i.) y
}}
devigenere=: {{ ' '-.~,decaesar"1&.|:(-kasiski y) ]\y }}