Skip to content

Releases: XposedOrNot/XposedOrNot-Python

v1.0.1 - Password Check Fix

06 Jan 15:32
v1.0.1
6aa5d5b

Choose a tag to compare

🐛 Bug Fixes

  • Use original Keccak-512 hash algorithm (not SHA3-512 FIPS 202)
  • Fix password API path: /api/v1/pass/anon/
  • Parse nested SearchPassAnon response structure
  • Add pycryptodome dependency

v1.0.0 - xonPlus API Support

06 Jan 15:10
v1.0.0
c7088f7

Choose a tag to compare

✨ 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

🔗 Links