{"id":758,"date":"2022-11-30T04:30:28","date_gmt":"2022-11-30T04:30:28","guid":{"rendered":"https:\/\/signmycode.com\/resources\/?p=758"},"modified":"2024-09-17T05:03:25","modified_gmt":"2024-09-17T05:03:25","slug":"signing-executable-files-using-microsoft-signtool","status":"publish","type":"post","link":"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool","title":{"rendered":"Microsoft SignTool: Signing Executable Files Through a Seamless Approach"},"content":{"rendered":"\n<p class=\"mt-4 wp-block-paragraph\">Code Signing Certificate has become a prominent security solution for every software publisher and developer. And after purchasing it, there are still a lot of queries that arise before tamper-proofing the source code.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">And then a big question also comes, How to sign executable files using Code Signing Certificate? The simple yet most accurate answer to it is Microsoft SignTool. Whether you have an IV, Standard, or <a href=\"https:\/\/signmycode.com\/ev-code-signing\">EV Code Signing Certificate<\/a>, you can use SignTool to unleash the potential of any digital certificate.<\/p>\n\n\n\n<p class=\"mb-4 wp-block-paragraph\">A lot of developers need help using SignTool. But, with this step-by-step guide, you will learn digital signing and timestamping of an executable file in just a few steps. Let\u2019s get started.<\/p>\n\n\n\n<h2 class=\"wp-block-heading mb-3\">What is Microsoft SignTool and its Usage<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">SignTool is a program available for the Microsoft Windows operating system. It&#8217;s a tool you can access through a command-line interface for signing and timestamping applications, software packages, and other executable files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is, by default, available in the Windows Software Development Kit. And you can effortlessly find it in the Bin folder inside the Windows SDK folder, stored in C:\\ drive. However, if you are utilizing Visual Studio for code development. Then, you can access SignTool from within the app, as it comes in the Visual Studio installation package.<\/p>\n\n\n\n<h2 class=\"wp-block-heading mb-3\">Steps to follow to Digitally Sign an Executable File with SignTool<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Signing an executable file is a smooth five-step procedure. You can complete it within minutes by following the below instructions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Accessing the Command Prompt to run SignTool Commands<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To utilize the SignTool, you must open the Command Prompt in Administrator mode. You must open the startup menu and search for Command Prompt or cmd. Further, you have to:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Right-click<\/strong> on the <strong>Command Prompt<\/strong> icon.<\/li>\n\n\n\n<li>Select \u201c<strong>Run as Administrator<\/strong>\u201d<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image mt-4 mb-4\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"392\" height=\"681\" src=\"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/command-prompt-run-as-administrator.png\" alt=\"command prompt run as administrator\" class=\"wp-image-765\" srcset=\"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/command-prompt-run-as-administrator.png 392w, https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/command-prompt-run-as-administrator-173x300.png 173w\" sizes=\"auto, (max-width: 392px) 100vw, 392px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">Once the system runs, you will get a dialog box to provide permission. After selecting the appropriate response, Command Prompt with administrator controls will get opened.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Logging In as Administrator<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Sometimes, you have to log in using default system credentials to access the administrator controls. And once the system verifies it, a new window will get displayed as below.<\/p>\n\n\n<div class=\"wp-block-image mt-4 mb-4\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"975\" height=\"509\" src=\"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/c-windows-system32.png\" alt=\"c windows system32\" class=\"wp-image-766\" srcset=\"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/c-windows-system32.png 975w, https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/c-windows-system32-300x157.png 300w, https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/c-windows-system32-768x401.png 768w\" sizes=\"auto, (max-width: 975px) 100vw, 975px\" \/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">Step 3: Navigate to the SignTool directory.<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">To complete step 3, you must know the exact location of SignTool in your system. Primarily, it is available in the C drive by default. If you have saved it in a different file, you must use the path to that particular location in the command.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>You have to run the following command:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cd C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.22000.0\\x86<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The <strong>\u2018cd\u2019<\/strong> command gets used to change the current directory. It will help you access and utilize files inside the SignTool directory. \u00a0<\/p>\n\n\n<div class=\"wp-block-image mt-4 mb-4\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"979\" height=\"514\" src=\"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/navigate-to-signtool-directory.png\" alt=\"navigate to signtool directory\" class=\"wp-image-770\" srcset=\"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/navigate-to-signtool-directory.png 979w, https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/navigate-to-signtool-directory-300x158.png 300w, https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/navigate-to-signtool-directory-768x403.png 768w\" sizes=\"auto, (max-width: 979px) 100vw, 979px\" \/><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">After writing the above command and hitting enter, you will see a command prompt similar to the one below. Now you are in the SignTool directory, enabling access and utilizing its resources.<\/p>\n\n\n<div class=\"wp-block-image mt-4 mb-4\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"979\" height=\"514\" src=\"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/you-in-into-signtool-directory.png\" alt=\"you in into signtool directory\" class=\"wp-image-769\" srcset=\"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/you-in-into-signtool-directory.png 979w, https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/you-in-into-signtool-directory-300x158.png 300w, https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/you-in-into-signtool-directory-768x403.png 768w\" sizes=\"auto, (max-width: 979px) 100vw, 979px\" \/><\/figure>\n<\/div>\n\n\n<h3 class=\"wp-block-heading\">Step 4: Signing the Executable File using IV, OV, and EV Code Signing Certificates<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">You must run the following command to sign the file per your requirements.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">To Timestamp and Digitally Sign an executable file simultaneously:<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>.\\signtool sign \/tr http:\/\/timestamp.digicert.com \/td SHA256 \/fd SHA256 \u201cc:\\path_to_your_file\\software.exe\u201d<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">For timestamping purposes, you must write down the address to a <a href=\"https:\/\/signmycode.com\/resources\/what-is-timestamping-in-code-signing\">timestamping<\/a> server of your Certificate Authority. The above command illustrates the address to DigiCert Timestamping Server. You can replace it with your CA&#8217;s address, and your software will get a timestamp and a digital sign.<br><br><strong>Recommended: <a href=\"https:\/\/signmycode.com\/resources\/how-to-sign-executable-files-using-ev-code-signing-certificate\">Sign Executable Files Using EV Code Signing Certificate<\/a><\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In addition, you will see a confirmation message when your file gets digitally signed.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">To Sign a complete Application Package:<\/h4>\n\n\n\n<pre class=\"wp-block-code\"><code>signtool sign \/tr http:\/\/CAtimestamp.server.com \/td SHA256 \/fd SHA256 \/a \"C:preserve the environment by providing coverage \\filepath\\Mydriver.dll.<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">To secure an app package using a code signing certificate, you have to define the <a href=\"https:\/\/signmycode.com\/resources\/best-hashing-algorithms\">hashing algorithm<\/a>, path to the file, and password in the command.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 5: Verifying the Signature<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">After running the appropriate command to sign the software, it is crucial to validate it. And for it, you have to run the below command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>signtool verify \/v \/pa \"C:\\filepath_to_your_exe_file\\software.exe\"<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">To execute the command, you have to define the path to the signed executable file. And, if it gets signed, you will get an output.<\/p>\n\n\n\n<h2 class=\"wp-block-heading mb-3\">Wrapping Up<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Microsoft SignTool is the primary solution software publishers use to sign their software, application package, and executable files.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It comes in handy with Windows SDK and Visual Studio. You only have to install the Code Signing Certificate and hardware token to sign. Then, you have to open the Command Prompt and run the command as mentioned above according to your requirements.<\/p>\n\n\n\n<p class=\"mb-4 wp-block-paragraph\">Furthermore, you can also verify whether your executable file gets signed or not. If you are a software developer, you must know about SignTool and its fundamental commands. It will help you solidify code security, optimize brand reputation, and enhance user trust.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Code Signing Certificate has become a prominent security solution for every software publisher and developer. And after purchasing it, there are still a lot of queries that arise before tamper-proofing the source code. And then a big question also comes, How to sign executable files using Code Signing Certificate? The simple yet most accurate answer&hellip; <a class=\"more-link\" href=\"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool\">Read More <span class=\"screen-reader-text\">Microsoft SignTool: Signing Executable Files Through a Seamless Approach<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":3623,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[313,314,315],"class_list":["post-758","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-code-signing-tutorials","tag-sign-an-app-package-using-signtool","tag-sign-files-with-microsoft-sign-tool","tag-signing-executables-with-microsoft-signtool-exe","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Use Microsoft SignTool to Sign Executable Files?<\/title>\n<meta name=\"description\" content=\"A detailed guide helping the developers to use Microsoft SignTool for signing &amp; timestamping executable files using Code Signing certificate.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Use Microsoft SignTool to Sign Executable Files?\" \/>\n<meta property=\"og:description\" content=\"A detailed guide helping the developers to use Microsoft SignTool for signing &amp; timestamping executable files using Code Signing certificate.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool\" \/>\n<meta property=\"og:site_name\" content=\"SignMyCode - Resources\" \/>\n<meta property=\"article:published_time\" content=\"2022-11-30T04:30:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-17T05:03:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/signing-executable-files-using-microsoft-signtool.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"912\" \/>\n\t<meta property=\"og:image:height\" content=\"440\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Janki Mehta\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@Sign_My_Code\" \/>\n<meta name=\"twitter:site\" content=\"@Sign_My_Code\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Janki Mehta\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/signing-executable-files-using-microsoft-signtool#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/signing-executable-files-using-microsoft-signtool\"},\"author\":{\"name\":\"Janki Mehta\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/#\\\/schema\\\/person\\\/2e80276fd34fd5439c04cd3cb96a389f\"},\"headline\":\"Microsoft SignTool: Signing Executable Files Through a Seamless Approach\",\"datePublished\":\"2022-11-30T04:30:28+00:00\",\"dateModified\":\"2024-09-17T05:03:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/signing-executable-files-using-microsoft-signtool\"},\"wordCount\":771,\"publisher\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/signing-executable-files-using-microsoft-signtool#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/signing-executable-files-using-microsoft-signtool.webp\",\"keywords\":[\"Sign an app package using SignTool\",\"sign files with Microsoft Sign Tool\",\"Signing executables with Microsoft SignTool.exe\"],\"articleSection\":[\"Code Signing Tutorials\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/signing-executable-files-using-microsoft-signtool\",\"url\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/signing-executable-files-using-microsoft-signtool\",\"name\":\"How to Use Microsoft SignTool to Sign Executable Files?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/signing-executable-files-using-microsoft-signtool#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/signing-executable-files-using-microsoft-signtool#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/signing-executable-files-using-microsoft-signtool.webp\",\"datePublished\":\"2022-11-30T04:30:28+00:00\",\"dateModified\":\"2024-09-17T05:03:25+00:00\",\"description\":\"A detailed guide helping the developers to use Microsoft SignTool for signing & timestamping executable files using Code Signing certificate.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/signing-executable-files-using-microsoft-signtool#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/signmycode.com\\\/resources\\\/signing-executable-files-using-microsoft-signtool\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/signing-executable-files-using-microsoft-signtool#primaryimage\",\"url\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/signing-executable-files-using-microsoft-signtool.webp\",\"contentUrl\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/signing-executable-files-using-microsoft-signtool.webp\",\"width\":912,\"height\":440,\"caption\":\"Sign Executable Files using Microsoft SignTool\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/signing-executable-files-using-microsoft-signtool#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Microsoft SignTool: Signing Executable Files Through a Seamless Approach\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/#website\",\"url\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/\",\"name\":\"SignMyCode - Resources\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/#organization\",\"name\":\"SignMyCode\",\"url\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/logo1.png\",\"contentUrl\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/logo1.png\",\"width\":135,\"height\":86,\"caption\":\"SignMyCode\"},\"image\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/Sign_My_Code\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/#\\\/schema\\\/person\\\/2e80276fd34fd5439c04cd3cb96a389f\",\"name\":\"Janki Mehta\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/74a1328bbec77f3a65123c2396050e61b60fe3831478ceb96b55e5a0fe44e370?s=96&d=blank&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/74a1328bbec77f3a65123c2396050e61b60fe3831478ceb96b55e5a0fe44e370?s=96&d=blank&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/74a1328bbec77f3a65123c2396050e61b60fe3831478ceb96b55e5a0fe44e370?s=96&d=blank&r=g\",\"caption\":\"Janki Mehta\"},\"description\":\"Janki Mehta is a Cyber-Security Enthusiast who constantly updates herself with new advancements in the Web\\\/Cyber Security niche. Along with theoretical knowledge, she also implements her practical expertise in day-to-day tasks and helps others to protect themselves from threats.\",\"sameAs\":[\"http:\\\/\\\/smcresources.ssltoolsonline.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use Microsoft SignTool to Sign Executable Files?","description":"A detailed guide helping the developers to use Microsoft SignTool for signing & timestamping executable files using Code Signing certificate.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool","og_locale":"en_US","og_type":"article","og_title":"How to Use Microsoft SignTool to Sign Executable Files?","og_description":"A detailed guide helping the developers to use Microsoft SignTool for signing & timestamping executable files using Code Signing certificate.","og_url":"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool","og_site_name":"SignMyCode - Resources","article_published_time":"2022-11-30T04:30:28+00:00","article_modified_time":"2024-09-17T05:03:25+00:00","og_image":[{"width":912,"height":440,"url":"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/signing-executable-files-using-microsoft-signtool.webp","type":"image\/webp"}],"author":"Janki Mehta","twitter_card":"summary_large_image","twitter_creator":"@Sign_My_Code","twitter_site":"@Sign_My_Code","twitter_misc":{"Written by":"Janki Mehta","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool#article","isPartOf":{"@id":"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool"},"author":{"name":"Janki Mehta","@id":"https:\/\/signmycode.com\/resources\/#\/schema\/person\/2e80276fd34fd5439c04cd3cb96a389f"},"headline":"Microsoft SignTool: Signing Executable Files Through a Seamless Approach","datePublished":"2022-11-30T04:30:28+00:00","dateModified":"2024-09-17T05:03:25+00:00","mainEntityOfPage":{"@id":"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool"},"wordCount":771,"publisher":{"@id":"https:\/\/signmycode.com\/resources\/#organization"},"image":{"@id":"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool#primaryimage"},"thumbnailUrl":"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/signing-executable-files-using-microsoft-signtool.webp","keywords":["Sign an app package using SignTool","sign files with Microsoft Sign Tool","Signing executables with Microsoft SignTool.exe"],"articleSection":["Code Signing Tutorials"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool","url":"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool","name":"How to Use Microsoft SignTool to Sign Executable Files?","isPartOf":{"@id":"https:\/\/signmycode.com\/resources\/#website"},"primaryImageOfPage":{"@id":"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool#primaryimage"},"image":{"@id":"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool#primaryimage"},"thumbnailUrl":"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/signing-executable-files-using-microsoft-signtool.webp","datePublished":"2022-11-30T04:30:28+00:00","dateModified":"2024-09-17T05:03:25+00:00","description":"A detailed guide helping the developers to use Microsoft SignTool for signing & timestamping executable files using Code Signing certificate.","breadcrumb":{"@id":"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool#primaryimage","url":"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/signing-executable-files-using-microsoft-signtool.webp","contentUrl":"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2022\/11\/signing-executable-files-using-microsoft-signtool.webp","width":912,"height":440,"caption":"Sign Executable Files using Microsoft SignTool"},{"@type":"BreadcrumbList","@id":"https:\/\/signmycode.com\/resources\/signing-executable-files-using-microsoft-signtool#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/signmycode.com\/resources\/"},{"@type":"ListItem","position":2,"name":"Microsoft SignTool: Signing Executable Files Through a Seamless Approach"}]},{"@type":"WebSite","@id":"https:\/\/signmycode.com\/resources\/#website","url":"https:\/\/signmycode.com\/resources\/","name":"SignMyCode - Resources","description":"","publisher":{"@id":"https:\/\/signmycode.com\/resources\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/signmycode.com\/resources\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/signmycode.com\/resources\/#organization","name":"SignMyCode","url":"https:\/\/signmycode.com\/resources\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/signmycode.com\/resources\/#\/schema\/logo\/image\/","url":"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2021\/11\/logo1.png","contentUrl":"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2021\/11\/logo1.png","width":135,"height":86,"caption":"SignMyCode"},"image":{"@id":"https:\/\/signmycode.com\/resources\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/Sign_My_Code"]},{"@type":"Person","@id":"https:\/\/signmycode.com\/resources\/#\/schema\/person\/2e80276fd34fd5439c04cd3cb96a389f","name":"Janki Mehta","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/74a1328bbec77f3a65123c2396050e61b60fe3831478ceb96b55e5a0fe44e370?s=96&d=blank&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/74a1328bbec77f3a65123c2396050e61b60fe3831478ceb96b55e5a0fe44e370?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/74a1328bbec77f3a65123c2396050e61b60fe3831478ceb96b55e5a0fe44e370?s=96&d=blank&r=g","caption":"Janki Mehta"},"description":"Janki Mehta is a Cyber-Security Enthusiast who constantly updates herself with new advancements in the Web\/Cyber Security niche. Along with theoretical knowledge, she also implements her practical expertise in day-to-day tasks and helps others to protect themselves from threats.","sameAs":["http:\/\/smcresources.ssltoolsonline.com"]}]}},"_links":{"self":[{"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/posts\/758","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/comments?post=758"}],"version-history":[{"count":22,"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/posts\/758\/revisions"}],"predecessor-version":[{"id":4024,"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/posts\/758\/revisions\/4024"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/media\/3623"}],"wp:attachment":[{"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/media?parent=758"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/categories?post=758"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/tags?post=758"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}