Auto update: Is this secure?

后端 未结 7 1648
囚心锁ツ
囚心锁ツ 2020-12-23 18:04

Dot Net Auto Update

I felt like .net was lacking a simple secure automatic update library so I\'ve implemented something and put it up here. Before anyone considers

7条回答
  •  执念已碎
    2020-12-23 18:36

    Dan Kaminsky has a good set of guidelines for an updater:

    To succeed, your update package must be:

    • Signed.
    • Signed by you.
    • Signed by you, using the right EKU (Extended Key Usage)
    • Signed from an unrevoked signature
    • Be the same product
    • Be a new version

    From your description in this question, it appears that you have the first 3.

提交回复
热议问题