Skip to content

feat(pbkdf2): enforce iteration limit - #50

Merged
LimiNode merged 1 commit into
mainfrom
codex/add-configurable-pbkdf2-iteration-limit
Sep 5, 2025
Merged

feat(pbkdf2): enforce iteration limit#50
LimiNode merged 1 commit into
mainfrom
codex/add-configurable-pbkdf2-iteration-limit

Conversation

@LimiNode

@LimiNode LimiNode commented Sep 5, 2025

Copy link
Copy Markdown
Owner

Summary

  • add configurable MAX_PBKDF2_ITERATIONS constant
  • validate pbkdf2 iteration count against the limit
  • test acceptance below the cap and rejection above it

Testing

  • scripts/run_tests.sh

https://chatgpt.com/codex/tasks/task_e_68bb2c29736c832ca88556594be7d990

Add configurable MAX_PBKDF2_ITERATIONS and reject too-high iteration counts. Test limit boundaries.
@LimiNode
LimiNode merged commit ba78996 into main Sep 5, 2025
5 checks passed
@LimiNode
LimiNode deleted the codex/add-configurable-pbkdf2-iteration-limit branch September 6, 2025 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant