Allan Ben

Results 1 issues of Allan Ben

**Introduction** NebulaGraph (as of v3.6.0) uses MD5 for password hashing https://github.com/vesoft-inc/nebula/blob/de9b3ed800a6627d9845e9289b6bbc5b6faf460a/src/graph/executor/admin/CreateUserExecutor.cpp#L24 However, MD5 is known to have a broken collision resistance and is [vulnerable to collision attacks](https://en.wikipedia.org/wiki/MD5#Collision_vulnerabilities). There are also...

type/enhancement