View Single Post
  #3  
Old 07-23-2003, 23:09
ArC ArC is offline
VIP
 
Join Date: Jan 2003
Location: NTOSKRNL.EXE
Posts: 172
Rept. Given: 0
Rept. Rcvd 1 Time in 1 Post
Thanks Given: 5
Thanks Rcvd at 17 Times in 12 Posts
ArC Reputation: 1
Digital signatures are created by using hash algos like md4/5 or sha(1) (prefered) and public and private keys.

In order to create digital signatures which are accepted by the server you will have to know the private key which is used in order to create the signature. If you know it, you will be able to create "fake" signatures which are accepted by the server.

However, if the guys implemented the algo correctly, there's no way to use a "generic" signature or something smilar.
Reply With Quote