Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
4
Task/Vigen-re-cipher/J/vigen-re-cipher-1.j
Normal file
4
Task/Vigen-re-cipher/J/vigen-re-cipher-1.j
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
ALPHA=: (65,:26) ];.0 a. NB. Character Set
|
||||
preprocess=: (#~ e.&ALPHA)@toupper NB. force uppercase and discard non-alpha chars
|
||||
vigEncryptRC=: 0 vig ALPHA preprocess
|
||||
vigDecryptRC=: 1 vig ALPHA preprocess
|
||||
4
Task/Vigen-re-cipher/J/vigen-re-cipher-2.j
Normal file
4
Task/Vigen-re-cipher/J/vigen-re-cipher-2.j
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
'VIGENERECIPHER' vigEncryptRC 'Beware the Jabberwock, my son! The jaws that bite, the claws that catch!'
|
||||
WMCEEIKLGRPIFVMEUGXQPWQVIOIAVEYXUEKFKBTALVXTGAFXYEVKPAGY
|
||||
'VIGENERECIPHER' vigDecryptRC 'WMCEEIKLGRPIFVMEUGXQPWQVIOIAVEYXUEKFKBTALVXTGAFXYEVKPAGY'
|
||||
BEWARETHEJABBERWOCKMYSONTHEJAWSTHATBITETHECLAWSTHATCATCH
|
||||
Loading…
Add table
Add a link
Reference in a new issue