C++ Password Manager : Implemented secure authentication with PBKDF2-SHA256 and dynamic salts. Applied RAII and std::unique_ptr to safely manage MySQL C API resources. Introduced dummy hashing to defend against timing attacks. Built terminal-level password masking via termios, and used OPENSSL_cleanse to securely wipe sensitive memory.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
7
commits
feat: 实现跨平台安全输入兼容与底层双语注释 (Implement cross-platform secure input and bilingual comments)
698f286View on GitHubUpdate README with bilingual features and installation steps
88125f4View on GitHubrefactor: 升级至 CMake 构建系统并清理构建产物 (Migrate to CMake and clean artifacts)
1f8a307View on GitHub