From 0e57f615626247c67ea28058975de305ac43000d Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 3 Nov 2024 23:45:55 +0100 Subject: Sketched a customizable Wadsworth/Wheatstone cipher mechanism This is not yet done. Pointers move in relation to each other but the cycles are broken due to angle operations taking place mostly in 0-360 range. The alphabet lookup behind is missing too. --- index.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..c33ded8 --- /dev/null +++ b/index.html @@ -0,0 +1,56 @@ + + + +Wadsworth/Wheatstone + + + + + + + + + + + + -- cgit v1.1