Skip to content

Instantly share code, notes, and snippets.

@babs
babs / gist:96474e1b3b3b02641f169f06a0c2a4fe
Created September 28, 2017 21:30 — forked from christianclinton/gist:faa1aef119a0919aeb2e
RabbitMQ Password Hash - Python
#!/bin/env/python
import hashlib
import binascii
# Utility methods for generating and comparing RabbitMQ user password hashes.
#
# Rabbit Password Hash Algorithm:
#
# Generate a random 32 bit salt:
# CA D5 08 9B
#!/bin/bash
# Replaces classes in Android Package Files
# (c) Sebastian Fischer, CC-BY
# Can be used to rebuild an App with a modified version of a used library,
# as required for closed works that link to an LGPL library.
# Depends on: https://code.google.com/p/dex2jar/