Reimplementing Beaufort ciphers
[cipher-tools.git] / bifid-ciphers.ipynb
index ad0906d6536c56445c8653c288d5b8d684d12bb9..1a1fa9c53e78a5475e303fd4b3acf826f3040264 100644 (file)
     "bifid_encipher(\"indiajelly\", 'iguana')"
    ]
   },
+  {
+   "cell_type": "code",
+   "execution_count": 166,
+   "metadata": {
+    "collapsed": false
+   },
+   "outputs": [
+    {
+     "data": {
+      "text/plain": [
+       "'ibidonhprm'"
+      ]
+     },
+     "execution_count": 166,
+     "metadata": {},
+     "output_type": "execute_result"
+    }
+   ],
+   "source": [
+    "bifid_encipher(\"indiajelly\", 'iguana', period=0)"
+   ]
+  },
   {
    "cell_type": "code",
    "execution_count": 140,