I have a database of 700,000 MD5 virus signatures in the following format:
83968:961ed981485cea5ab3936496966ba0d6:Worm.Gaobot-318
86016:4bed8673ab3d695c52c233306ed3f733:Worm.Gaobot-319
Is there a way to convert the Md5 checksums to valid Hex signatures?
If so, how would (using VB.net) I convert the md5 checksum to hex, remove that first 83968:
thing and leave the name in the same format?
So the end product would look like:
{valid hex signature} :Worm.Gaobot-318