fix: migrate PIN hashing from SHA-256 to Argon2id (#54)
Reviewer automatique — needs-fix
Le backend est solide (Argon2id, constant-time, rehash best-effort via .ok()). Cependant, le probleme signale au round 2 n'est que partiellement corrige :…
maximus
pushed to fix/simpl-resultat-54-argon2id-pin at maximus/Simpl-Resultat
2026-04-09 10:02:20 +00:00
fix: migrate PIN hashing from SHA-256 to Argon2id (#54)
Reviewer automatique — needs-fix
Les corrections du round 1 (re-hachage Argon2id, tests, comparaison constant-time) sont bien implementees. Cependant, une erreur lors de la persistance du…
maximus
pushed to fix/simpl-resultat-54-argon2id-pin at maximus/Simpl-Resultat
2026-04-09 06:05:16 +00:00
fix: migrate PIN hashing from SHA-256 to Argon2id (#54)
Reviewer automatique — needs-fix
Deux exigences explicites de l'issue ne sont pas implémentées : (1) le re-hachage automatique des PINs legacy SHA-256 vers Argon2id lors d'une vérification…
fix: migrate PIN hashing from SHA-256 to Argon2id (#54)
maximus
created branch fix/simpl-resultat-54-argon2id-pin in maximus/Simpl-Resultat
2026-04-09 04:02:54 +00:00
maximus
pushed to fix/simpl-resultat-54-argon2id-pin at maximus/Simpl-Resultat
2026-04-09 04:02:54 +00:00
fix: migrate PIN hashing from SHA-256 to Argon2id
feat: online activation and machine limit enforcement
feat: purchase page on lacompagniemaximus.com
feat: Compte Maximus (Logto OAuth2) in desktop app
feat: Stripe integration (Checkout, Billing, webhooks)
feat: license server API (Node.js, proprietary)
feat: gate auto-updates behind license entitlement
feat: license UI card in settings
feat: license validation commands + entitlements system (Rust)