Skip to content

Add brute-force protection for passcode/Add maximum passcode attempt #71

@TheKalpeshPawar

Description

@TheKalpeshPawar

PasscodeManager allows unlimited passcode attempts with no rate limiting or lockout mechanism. A 4-digit passcode has only 10,000 possible combinations and can be brute-forced trivially. There is no tracking of failed attempts, no delay between retries, and no account lockout after repeated failures.

The library should support configurable brute-force protection with attempt limits, progressive lockout durations, and persistence of failed attempt state across app restarts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions