Skip to content

KeyMapBase should use SHA256 and serialization

Adam Globus-Hoenich requested to merge (removed):master into master

KeyMapBase::hashKeys() might want to use a more modern method of hashing; MD5 is pretty far out of date, and PHP natively supports SHA256. Additionally, the keys may not all be "stringable", so it maybe makes sense to serialize the key array before hashing.

Merge request reports