IBM / operator-for-redis-cluster

IBM Operator for Redis Cluster
https://ibm.github.io/operator-for-redis-cluster
MIT License
60 stars 34 forks source link

Replace md5 hashing with SHA2 hashing algorithms #106

Open 4n4nd opened 1 year ago

4n4nd commented 1 year ago

md5 is outdated now and many automated code checkers might complain for it's usage even though it is not being used for any security purposes. This is just to future proof things.