Discord Token Fetcher is a Go application that helps you locate and decrypt your Discord token from your local machine. It is intended for educational and personal use only.
- Extracts and decrypts Discord tokens from LevelDB storage
- Uses Windows DPAPI and AES-GCM for decryption
- Colorful logging and clear error messages
git clone https://github.com/raz461/Discord-Token-Fetcher.git
cd tokenfetchergo build -o tokenfetcher.exe main.go./tokenfetcher.exe- Or, you can download the precompiled executable directly from the Releases page.
main.go— Entry pointlogger/— Logging utilitiescrypto/— Token decryption logicdiscord/— Discord file parsing and key extractionglobals/— Shared constants and regex
- If you see
[ERROR] Failed to decrypt token: cipher: message authentication failed, this is normal for some tokens. Discord stores multiple tokens, and only valid ones will be decrypted successfully. - If the application closes instantly make sure to run it using the cmd/powershell
This tool is for educational purposes only. The author is not responsible for any misuse. Do not use this tool to access accounts without permission.
This project is licensed under the GNU GPLv3 License. See the LICENSE file for details.
