Commit Graph

10 Commits

Author SHA1 Message Date
f456538b11 docs: add README.md for repository
Create user-friendly README based on CLAUDE.md documentation.
Includes installation, usage examples, API reference, and development guidelines.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-13 20:08:05 +00:00
5cf4799054 docs: translate CLAUDE.md to German
Translate project documentation from English to German for better accessibility.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-13 20:05:36 +00:00
eb552a9164 first commit 2025-11-13 13:41:29 +00:00
c85c68f859 refactor: update hash_password and verify_password to use algorithm interface 2025-11-13 13:18:22 +00:00
6ca905cd1e feat: implement bcrypt algorithm 2025-11-13 13:17:18 +00:00
30f1f45d68 feat: implement Argon2 algorithm 2025-11-13 13:16:23 +00:00
67ecdc80ad docs: update CLI help text to mention multiple algorithms 2025-11-13 13:15:21 +00:00
95f4d7dafd feat: implement PBKDF2 algorithm with registry 2025-11-13 13:13:15 +00:00
5c4371f787 feat: add algorithm interface and registry 2025-11-13 13:11:07 +00:00
18c991181a chore: initial commit with existing codebase 2025-11-13 13:08:49 +00:00