🟡 [P1] Upgrade RSA key size to 4096 bits #288
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Using RSA-2048. NIST recommends RSA-4096 for long-term security.
Location
apps/api/src/federation/federation.service.ts:62-72Required Fix
Change
modulusLength: 2048tomodulusLength: 4096Priority
HIGH (P1) - Future-proofing