Skip to content

Instantly share code, notes, and snippets.

View NielsdeWaal's full-sized avatar

Niels de Waal NielsdeWaal

View GitHub Profile

Keybase proof

I hereby claim:

  • I am NielsdeWaal on github.
  • I am lorddynom (https://keybase.io/lorddynom) on keybase.
  • I have a public key whose fingerprint is 0F87 C4C2 C61A 9911 1A92 A1C7 5772 008B 324C 463F

To claim this, I am signing this object:

def randomBinaryKey():
states = ['0', '1']
key = ""
check = 1
while check:
for state in range(8):
key += random.choice(states)
testText = "Hello World"
expKey = keyExpansion(key)
keyList = createSubKeys(expKey)
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Exploratory Computing with Python\n",
"*Developed by Mark Bakker*\n",
"## Notebook 6 : Individual Notebook Wednesday\n",
"### Enter your name, studienummer and date of birth below"