Open Katherine-101 opened 1 year ago
Hi! I have some items that has been hashed with MD5 or SHA256 hash function. Is there any problem if I hash these items with blake2, such as Blake2(MD5(message))?
There is no security problem in doing that beyond ones you may already have from using MD5.
Hi! I have some items that has been hashed with MD5 or SHA256 hash function. Is there any problem if I hash these items with blake2, such as Blake2(MD5(message))?