sparkle_sign_update.rb gives different result each run

Asked by livings124

Should sparkle_sign_update.rb give a different result each time it's run? I would think it would be the same result each time, but I could be wrong on this one.

Question information

Language:
English Edit question
Status:
Solved
For:
Sparkle Edit question
Assignee:
No assignee Edit question
Solved by:
livings124
Solved:
Last query:
Last reply:
Revision history for this message
Andy Matuschak (andymatuschak) said :
#1

Yes, it should be different each time.

Revision history for this message
livings124 (livings124) said :
#2

It doesn't touch the binary, does it? In other words, I won't have to reupload the binary each time I run the script, will I?

Revision history for this message
Hofman (cmhofman) said :
#3

DSA signing involves the choice of a random number. So it would be very much a coincidence if two signatures come out the same. And it certainly never touches the file you're signing.

Revision history for this message
livings124 (livings124) said :
#4

Thanks, that completely answers my question.