https://github.com/z3robyte/openfire-password-decrypter
Small tool for decrypting openfire passwords using the key
https://github.com/z3robyte/openfire-password-decrypter
Last synced: about 1 year ago
JSON representation
Small tool for decrypting openfire passwords using the key
- Host: GitHub
- URL: https://github.com/z3robyte/openfire-password-decrypter
- Owner: z3rObyte
- Created: 2024-05-16T12:00:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T12:13:52.000Z (about 2 years ago)
- Last Synced: 2025-02-08T16:18:51.022Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openfire-password-decrypter
Small tool for decrypting openfire passwords using the key
### Setup
```bash
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
```bash
python3 decrypter.py encryptedPassword PasswordKey
```