Skip to content

z3rObyte/openfire-password-decrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

openfire-password-decrypter

Small tool for decrypting openfire passwords using the key

Setup

sudo apt update
sudo apt install python3-venv -y
git clone https://github.com/z3rObyte/openfire-password-decrypter
cd openfire-password-decrypter
python3 -m venv .env
source ./.env/bin/activate
pip install -r requirements.txt

Usage

python3 decrypter.py encryptedPassword PasswordKey

About

Small tool for decrypting openfire passwords using the key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages