1 Open Issue Need Help Last updated: Jun 30, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Replace the insecure, naive hash function in the C++ password manager application, MyPassWorld, with a cryptographically secure hash function like SHA-256 using a library like OpenSSL or the standard C++ library. This involves identifying the current hash function's usage, replacing it, and adding tests to ensure correctness and consistency.

Complexity: 3/5
good first issue