Skip to content

Instantly share code, notes, and snippets.

View rroemhild's full-sized avatar

Rafael Römhild rroemhild

  • Germany
  • 21:39 (UTC +02:00)
View GitHub Profile
@rroemhild
rroemhild / htpasswd.py
Last active January 4, 2016 15:19 — forked from eculver/htpasswd.py
Replacement for htpasswd
#!/usr/bin/env python
"""Replacement for htpasswd"""
# Original author: Eli Carter
import os
import sys
import random
from getpass import getpass
from optparse import OptionParser