Skip to content

Instantly share code, notes, and snippets.

@metall0id
metall0id / decode-websphere-xor-password.py
Created September 8, 2014 12:44
Decode WebSphere passwords that use {xor} prepended tag
#
# Author : Tyrone Erasmus
# Version : 1.0
# Description: Decode WebSphere passwords that use {xor} prepended tag
#
#!/usr/bin/python
import argparse
import base64