Skip to content

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

License

Notifications You must be signed in to change notification settings

evsasha/websphere-xor-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages