Skip to content

Instantly share code, notes, and snippets.

@bryancxyz
bryancxyz / SSHA512_gen.py
Created May 24, 2017 02:56 — forked from garrettreid/SSHA512_gen.py
Create a salted SHA512 password hash for use with Dovecot
#!/usr/bin/python
import os
import hashlib
import getpass
import base64
password1 = None
password2 = None