Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace broken or risky cryptographic algorithm
Replace MD5 with SHA-256 because MD5 is susceptible to several vulnerabilities, including collision attacks. By switching from MD5 to SHA-256, we enhance the security of your hashing process, making it suitable for modern cryptographic applications. ING-4368
- Loading branch information