Skip to content

Instantly share code, notes, and snippets.

View DasIch's full-sized avatar

Daniel Neuhäuser DasIch

View GitHub Profile
pwhash/tests
├── __init__.py
├── __pycache__
├── test_algorithms.py
├── test_commoncrypto.py
├── test_config.py
├── test_hashers.py
├── test_openssl.py
├── test_packaging
│   ├── __init__.py
while True:
print raw_input("Echo?")
# coding: utf-8
import os
import random
import inspect
from functools import partial
from itertools import product
class Context(object):
def __init__(self):