All Projects → arthepsy → deobf

arthepsy / deobf

Licence: other
Deobfuscate passwords (Jetty, WebStorm, etc)

Programming Languages

python
139335 projects - #7 most used programming language

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
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].