Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 847 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 847 Bytes

deobfuscate passwords

Some "encrypted" passwords are actually obfuscated and lead to false sense of security.

JetBrains WebStorm

Stored passwords can be found in webServers.xml file.
This utility is both Python 2 and Python 3 compatible, without any dependencies.

  • Obfuscate (encrypt) password:

    ./webstorm.obf.py -e Password
    dffadfcbdfd9dfd9dfdddfc5dfd8dfce
    
  • Deobfuscate (decrypt) password:

    ./webstorm.obf.py -d dffadfcbdfd9dfd9dfdddfc5dfd8dfce
    Password
    

Eclipse Jetty

This utility is both Python 2 and Python 3 compatible, without any dependencies.

  • Obfuscate (encrypt) password:

    ./jetty.obf.py Password
    OBF:1oq31uum1xtv1zej1zer1xtn1uvk1or7
    
  • Deobfuscate (decrypt) password:

    ./jetty.obf.py OBF:1oq31uum1xtv1zej1zer1xtn1uvk1or7
    Password