Thread
:
Kanal how does signature analysis work?
View Single Post
#
2
08-03-2003, 05:34
Nebob
Posts: n/a
Most crypto algorithms use certain constants to initialize/assist the computation. It probably searches for these.
For example, md5:
0x67452301;
0xefcdab89;
0x98badcfe;
0x10325476;
Nebob