MD5 is a hash function that is no longer considered secure. It should only be used for backward compatibility.

learn more… | top users | synonyms

2
votes
0answers
123 views

Creating colliding x509 certificates: Crafting RSA moduli step

I am trying to generate 2 x509 certificates with the same signature but different values in the common name field, based on md5 collisions, as it was specified in this paper (page 7). Now I have ...