Open Issues Need Help
View All on GitHubAI 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