Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 398 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 398 Bytes

Websphere xor password

WebSphere Application Server - encrypt|decrypt {XOR} password.

Usage

Encrypt

./xor_password.py -e PASSWORD

Example:

./xor_password.py -e 12345678
> Encoded password: {XOR}bm1sa2ppaGc=

Decrypt

./xor_password.py -d ENCRYPTED_PASSWORD

Example:

./xor_password.py -d {XOR}bm1sa2ppaGc=
> Decoded password: 12345678