Discord Token Generator & Verifier
Budget: ₹12,500 – ₹37,500 INR
The goal is to create a Python-based application that reliably generates new Discord tokens and validates existing ones in the same workflow. I need an intermediate level of security—strong enough to prevent casual reverse-engineering or replay abuse without the overhead of enterprise-grade cryptography. HRNG-backed token creation, limited-lifetime secrets, and basic rate-limiting of verification requests should cover it.
The solution has to be written entirely in Python, running cleanly on the latest stable release and installable with a simple requirements.txt. A concise CLI will be perfect; a minimal web or REST layer is optional but not required.
Deliverables
• Well-commented Python source code that generates tokens, stores them securely, and verifies them on demand
• A short README explaining setup, usage, and the security measures in place
• Quick unit tests that demonstrate generation and verification working end-to-end
Acceptance criteria
• Tokens generate and verify in <100 ms on a typical VPS
• Invalid or expired tokens are consistently rejected
• Code passes the included tests and runs without warnings under Python –Wall
uses api to create discord accounts
Feel free to use standard libraries such as secrets, hashlib, or cryptography, but keep external dependencies lightweight.
The solution has to be written entirely in Python, running cleanly on the latest stable release and installable with a simple requirements.txt. A concise CLI will be perfect; a minimal web or REST layer is optional but not required.
Deliverables
• Well-commented Python source code that generates tokens, stores them securely, and verifies them on demand
• A short README explaining setup, usage, and the security measures in place
• Quick unit tests that demonstrate generation and verification working end-to-end
Acceptance criteria
• Tokens generate and verify in <100 ms on a typical VPS
• Invalid or expired tokens are consistently rejected
• Code passes the included tests and runs without warnings under Python –Wall
uses api to create discord accounts
Feel free to use standard libraries such as secrets, hashlib, or cryptography, but keep external dependencies lightweight.