diff options
| author | Mirek Kratochvil <exa.exa@gmail.com> | 2019-06-30 18:57:51 +0200 |
|---|---|---|
| committer | Mirek Kratochvil <exa.exa@gmail.com> | 2019-06-30 18:58:49 +0200 |
| commit | 18ca0ba6e239f6c1f486ba4c2c217c861519e6e8 (patch) | |
| tree | 54223d5e7e3d2d58fd76c3e4c57c71392aa7d5d1 /README.md | |
| parent | 1e259be0d7cde8a0ddd34f2bc3642d2d1cf36495 (diff) | |
| download | ls47-18ca0ba6e239f6c1f486ba4c2c217c861519e6e8.tar.gz ls47-18ca0ba6e239f6c1f486ba4c2c217c861519e6e8.tar.bz2 | |
add javascript implementation link
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -15,10 +15,14 @@ We suggest printing the model using more than one filament color to make the letters easily recognizable. Thanks go to Martin Ptasek for providing the picture. -If you trust your computer, there is now a very simple python implementation in -`ls47.py`. A much better version usuable as an actual binary (also supporting -several versions of padding and the original ElsieFour cipher) was supplied by -Bernhard Esslinger from the CrypTool project, available in `lc4.py`. +If you trust your computer, there are several LS47 implementations around: + +- A very simple python implementation in available here in `ls47.py`. +- A much better version usuable as an actual binary (also supporting several + versions of padding and the original ElsieFour cipher) was supplied by + Bernhard Esslinger from the CrypTool project, available in `lc4.py`. +- Javascript version (npm-compatible) of the cipher implementations was created + by Ulysse McConnell, available at https://github.com/umcconnell/lc4 ### Character board |
