> From: Jonas Söderberg [mailto:[email protected]]
> 
> Calculating the hash works for both BC and .NET and returns the same value
> but the signatures are different.

The process of signing something includes random data (I haven't checked if 
it's a nonce, or a salt, or whatever, but I know the signing method makes calls 
to SecureRandom and if you sign the same thing over and over again, you get a 
different result every time).  So the signature will be different every time, 
but the verification method understands this, and is able to validate anyway.

Does that answer the question for you? 

Reply via email to