Code signing a Windows application

Поділитися
Вставка
  • Опубліковано 5 жов 2024
  • How to sign a Windows application with a code signing certificate
    Full article: victoronsoftwa...
    Code on GitHub: github.com/get...

КОМЕНТАРІ • 15

  • @eduardoassis2826
    @eduardoassis2826 4 місяці тому +2

    Nice video! Direct to the point and very explanatory. It's visible your effort to deliver a good content.
    In the next videos, I would suggest you to edit and cutoff the moments where you are building your new line of thought and are not talking. This way, the video will be more concise. Just don't abuse it so you don't look robotic.

    • @VictorOnSoftware
      @VictorOnSoftware  4 місяці тому +1

      Thank you for your feedback. Yes, it makes sense.

  • @flygonfiasco9751
    @flygonfiasco9751 2 місяці тому +1

    Plus one for Azure Trusted Signing. Thanks for the video, it was very informative!

  • @mattl4076
    @mattl4076 2 місяці тому

    Very helpful! It would be awesome if you could make a video on Azure Trusted Signing!

  • @vanessaalena
    @vanessaalena Місяць тому

    good job...
    but how to sign a file containing db.esl file for booting windows 11 sir?

  • @sameer1234ification
    @sameer1234ification 2 місяці тому

    Thanks for the video.
    Does this resolve the smart screen defender message not recognizing the EXE?

  • @youssefayyar6011
    @youssefayyar6011 Місяць тому

    Hello,
    Thank you so much for your tutorials, can you please help by providing a better solution to protect JAR files from reverse engineering?
    Regards,

  • @hazemali7192
    @hazemali7192 5 місяців тому

    thanks a lot , very useful :)

  • @longnthcmus
    @longnthcmus 5 місяців тому

    Video very helpful.
    Could you make a tutorial how to use /INTEGRITYCHECK with code signing in Windows application? Thank you.

  • @race_
    @race_ 5 місяців тому +1

    Could you provide any information on how to get a public signed application without having three years of history?

    • @VictorOnSoftware
      @VictorOnSoftware  5 місяців тому

      You need a public cert from a company like DigiCert. The signing process is somewhat different since the public cert must be using an HSM. Then, once your software is out, it takes some time to build up a reputation so that virus checkers stop flagging your app.

    • @emaus8344
      @emaus8344 2 місяці тому

      @@VictorOnSoftware Hi, thank you for the useful information. Is there any chance that I can arrange video consultations with you, paid of course? I have issues with my apps being reported as malicious even with just hello world applications, with one line of code.

    • @VictorOnSoftware
      @VictorOnSoftware  2 місяці тому

      @@emaus8344 Unfortunatelly, this issue happens frequently.
      First, you have to make sure your application is signed with a public certificate from a company like DigiCert. Second, it takes time and many instances of your app being installed on user's computers to built up a "reputation" for your app and your company. Hopefully at that point the antivirus checkers will stop flagging your app.
      There is also a way to report a false positive to the virus checkers, but I have not done so myself.

    • @emaus8344
      @emaus8344 2 місяці тому

      @@VictorOnSoftware Thanks a lot for your time and response!

  • @vanessaalena
    @vanessaalena Місяць тому

    good job...
    but how to sign a file containing db.esl file for booting windows 11 sir?