We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af8d300 + 9db6c7d commit 2dc82d4Copy full SHA for 2dc82d4
2 files changed
apps/user_ldap/lib/Connection.php
@@ -208,7 +208,7 @@ private function getCacheKey($key) {
208
if(is_null($key)) {
209
return $prefix;
210
}
211
- return $prefix.md5($key);
+ return $prefix.hash('sha256', $key);
212
213
214
/**
apps/user_ldap/lib/Proxy.php
@@ -161,7 +161,7 @@ private function getCacheKey($key) {
161
162
163
164
165
166
167
0 commit comments