Releases: XposedOrNot/XposedOrNot-Python
Releases · XposedOrNot/XposedOrNot-Python
v1.0.1 - Password Check Fix
🐛 Bug Fixes
- Use original Keccak-512 hash algorithm (not SHA3-512 FIPS 202)
- Fix password API path:
/api/v1/pass/anon/ - Parse nested
SearchPassAnonresponse structure - Add
pycryptodomedependency
v1.0.0 - xonPlus API Support
✨ Features
- xonPlus API Integration - Commercial API support with detailed breach information
- Auto-switch to Plus API when `api_key` is provided
- New models: `EmailBreachDetailedResponse`, `BreachInfo`
⚡ Improvements
- Smart rate limiting: 1 req/sec for free API, no throttling for Plus API (50-5000 RPM based on tier)
- Auto-retry on 429 errors with exponential backoff (up to 3 retries)
📝 Documentation
- Enhanced password security docs explaining k-anonymity
- Password is NEVER sent - only partial SHA3-512 hash