{"id":1225,"date":"2023-02-28T07:23:31","date_gmt":"2023-02-28T07:23:31","guid":{"rendered":"https:\/\/signmycode.com\/resources\/?p=1225"},"modified":"2026-02-27T08:07:45","modified_gmt":"2026-02-27T08:07:45","slug":"step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows","status":"publish","type":"post","link":"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows","title":{"rendered":"Step-By-Step Guide To Install Sectigo Code Signing Certificate on Windows"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Key Updates to Know:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Based on the New CA\/B requirement June 2023, <\/strong>all OV, EV, and Individual Code Signing Certs are now generated and stored on Hardware tokens or HSM only<strong>.<\/strong><\/li>\n\n\n\n<li><strong>Starting <\/strong><span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\"><strong>in Feb 2026<\/strong>, the\u00a0<a href=\"https:\/\/signmycode.com\/sectigo-code-signing\" target=\"_blank\">Sectigo Token-Based Code Signing Certificate<\/a>\u00a0will be limited to\u00a0<\/span>1 Year. If you want, multi-year options go with Install on Existing Token. <\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">In this tutorial, we show you the process of installation sectigo code signing certificate using a USB Token and the SafeNet Tool as per the new guidelines.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Steps to Install Code Signing Certificate on Windows<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Installation steps involve receiving your code signing cert, downloading and installing the SafeNet Authentication Client for hardware tokens, plugging in the USB token, activating tokens, and using the Windows SDK\u00a0signtool.exe\u00a0to sign files. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Install SafeNet Authentication Client<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">CA like Sectigo\/Comodo\/DigiCert\/Certera delivers certificate on a USB hardware token.\u00a0<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Download:<\/strong>\u00a0Download the SafeNet Authentication Client (SAC) compatible with your Windows version from the Sectigo website.<\/li>\n\n\n\n<li><strong>Install:<\/strong>\u00a0Run the installer, follow the setup wizard, and accept the license agreement.<\/li>\n\n\n\n<li><strong>Connect:<\/strong>\u00a0Plug the USB token into your computer.\u00a0<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Configure and Activate Token<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Launch SAC:<\/strong>\u00a0Open the SafeNet Authentication Client application.<\/li>\n\n\n\n<li><strong>Password:<\/strong> Activate the token using the temporary password provided by Sectigo in your email. Later you need to reset it.<\/li>\n\n\n\n<li><strong>Change Password:<\/strong>\u00a0It is recommended to change the temporary password to a unique one.<\/li>\n\n\n\n<li><strong>Verify:<\/strong>\u00a0Ensure your certificate appears in the token list.\u00a0<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Sign Your Application Using SignTool<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Install Windows SDK:<\/strong>\u00a0Download and install the\u00a0Windows Software Development Kit (SDK)\u00a0to acquire the\u00a0<code>signtool.exe<\/code>\u00a0utility. Skip this step if you already installed this on your system.<\/li>\n\n\n\n<li><strong>Locate SignTool:<\/strong>\u00a0Typically found in\u00a0<code>C:\\Program Files (x86)\\Windows Kits\\10\\bin &lt;version>\\x64\\signtool.exe<\/code>.<\/li>\n\n\n\n<li><strong>Sign the Executable:<\/strong>\u00a0Use the command prompt to sign your  EXE, DLL files. <\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>signtool sign \/a \/tr http:\/\/timestamp.sectigo.com \/td sha256 \/fd sha256 \"C:\\path\\to\\your\\file.exe\"<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Step 4: Verify the Signature (Optional but Recommended)<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Right-click the signed file, select\u00a0<strong>Properties<\/strong>, and click the\u00a0<strong>Digital Signatures<\/strong>\u00a0tab to verify the certificate details.\u00a0You will get all the details of the signed certificate.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Concluding Up<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">By following the above process and having proper credentials and access, within 10-15 minutes, the Windows machine will prepare you for tamper-proofing any executable file using the Sectigo Code Signing Certificate.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Key Updates to Know: In this tutorial, we show you the process of installation sectigo code signing certificate using a USB Token and the SafeNet Tool as per the new guidelines. Steps to Install Code Signing Certificate on Windows Installation steps involve receiving your code signing cert, downloading and installing the SafeNet Authentication Client for&hellip; <a class=\"more-link\" href=\"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows\">Read More <span class=\"screen-reader-text\">Step-By-Step Guide To Install Sectigo Code Signing Certificate on Windows<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":1236,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2],"tags":[646,645,185],"class_list":["post-1225","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-code-signing-tutorials","tag-code-signing-certificate-installation","tag-install-code-signing-on-windows","tag-install-sectigo-code-signing","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install Code Signing Certificate on Windows?<\/title>\n<meta name=\"description\" content=\"A complete guide to installing OV or EV Code Signing Certificate on a Windows computer system within minimal time and with zero errors.\" \/>\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\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install Code Signing Certificate on Windows?\" \/>\n<meta property=\"og:description\" content=\"A complete guide to installing OV or EV Code Signing Certificate on a Windows computer system within minimal time and with zero errors.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows\" \/>\n<meta property=\"og:site_name\" content=\"SignMyCode - Resources\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-28T07:23:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-27T08:07:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2023\/02\/how-to-install-sectigo-code-signing-certificate-on-windows-jpg.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\/jpeg\" \/>\n<meta name=\"author\" content=\"Janki Mehta\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2023\/02\/how-to-install-sectigo-code-signing-certificate-on-windows-jpg.webp\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows\"},\"author\":{\"name\":\"Janki Mehta\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/#\\\/schema\\\/person\\\/2e80276fd34fd5439c04cd3cb96a389f\"},\"headline\":\"Step-By-Step Guide To Install Sectigo Code Signing Certificate on Windows\",\"datePublished\":\"2023-02-28T07:23:31+00:00\",\"dateModified\":\"2026-02-27T08:07:45+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows\"},\"wordCount\":365,\"publisher\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/how-to-install-sectigo-code-signing-certificate-on-windows-jpg.webp\",\"keywords\":[\"code signing certificate installation\",\"install code signing on windows\",\"Install Sectigo Code Signing\"],\"articleSection\":[\"Code Signing Tutorials\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows\",\"url\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows\",\"name\":\"How to Install Code Signing Certificate on Windows?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/how-to-install-sectigo-code-signing-certificate-on-windows-jpg.webp\",\"datePublished\":\"2023-02-28T07:23:31+00:00\",\"dateModified\":\"2026-02-27T08:07:45+00:00\",\"description\":\"A complete guide to installing OV or EV Code Signing Certificate on a Windows computer system within minimal time and with zero errors.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/signmycode.com\\\/resources\\\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows#primaryimage\",\"url\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/how-to-install-sectigo-code-signing-certificate-on-windows-jpg.webp\",\"contentUrl\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/how-to-install-sectigo-code-signing-certificate-on-windows-jpg.webp\",\"width\":912,\"height\":440,\"caption\":\"Install Sectigo Code Signing Cert on Windows\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/signmycode.com\\\/resources\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Step-By-Step Guide To Install Sectigo Code Signing Certificate on Windows\"}]},{\"@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 Install Code Signing Certificate on Windows?","description":"A complete guide to installing OV or EV Code Signing Certificate on a Windows computer system within minimal time and with zero errors.","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\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows","og_locale":"en_US","og_type":"article","og_title":"How to Install Code Signing Certificate on Windows?","og_description":"A complete guide to installing OV or EV Code Signing Certificate on a Windows computer system within minimal time and with zero errors.","og_url":"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows","og_site_name":"SignMyCode - Resources","article_published_time":"2023-02-28T07:23:31+00:00","article_modified_time":"2026-02-27T08:07:45+00:00","og_image":[{"width":912,"height":440,"url":"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2023\/02\/how-to-install-sectigo-code-signing-certificate-on-windows-jpg.webp","type":"image\/jpeg"}],"author":"Janki Mehta","twitter_card":"summary_large_image","twitter_image":"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2023\/02\/how-to-install-sectigo-code-signing-certificate-on-windows-jpg.webp","twitter_creator":"@Sign_My_Code","twitter_site":"@Sign_My_Code","twitter_misc":{"Written by":"Janki Mehta","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows#article","isPartOf":{"@id":"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows"},"author":{"name":"Janki Mehta","@id":"https:\/\/signmycode.com\/resources\/#\/schema\/person\/2e80276fd34fd5439c04cd3cb96a389f"},"headline":"Step-By-Step Guide To Install Sectigo Code Signing Certificate on Windows","datePublished":"2023-02-28T07:23:31+00:00","dateModified":"2026-02-27T08:07:45+00:00","mainEntityOfPage":{"@id":"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows"},"wordCount":365,"publisher":{"@id":"https:\/\/signmycode.com\/resources\/#organization"},"image":{"@id":"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows#primaryimage"},"thumbnailUrl":"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2023\/02\/how-to-install-sectigo-code-signing-certificate-on-windows-jpg.webp","keywords":["code signing certificate installation","install code signing on windows","Install Sectigo Code Signing"],"articleSection":["Code Signing Tutorials"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows","url":"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows","name":"How to Install Code Signing Certificate on Windows?","isPartOf":{"@id":"https:\/\/signmycode.com\/resources\/#website"},"primaryImageOfPage":{"@id":"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows#primaryimage"},"image":{"@id":"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows#primaryimage"},"thumbnailUrl":"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2023\/02\/how-to-install-sectigo-code-signing-certificate-on-windows-jpg.webp","datePublished":"2023-02-28T07:23:31+00:00","dateModified":"2026-02-27T08:07:45+00:00","description":"A complete guide to installing OV or EV Code Signing Certificate on a Windows computer system within minimal time and with zero errors.","breadcrumb":{"@id":"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows#primaryimage","url":"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2023\/02\/how-to-install-sectigo-code-signing-certificate-on-windows-jpg.webp","contentUrl":"https:\/\/signmycode.com\/resources\/wp-content\/uploads\/2023\/02\/how-to-install-sectigo-code-signing-certificate-on-windows-jpg.webp","width":912,"height":440,"caption":"Install Sectigo Code Signing Cert on Windows"},{"@type":"BreadcrumbList","@id":"https:\/\/signmycode.com\/resources\/step-by-step-guide-to-install-sectigo-code-signing-certificate-on-windows#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/signmycode.com\/resources\/"},{"@type":"ListItem","position":2,"name":"Step-By-Step Guide To Install Sectigo Code Signing Certificate on Windows"}]},{"@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\/1225","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=1225"}],"version-history":[{"count":26,"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/posts\/1225\/revisions"}],"predecessor-version":[{"id":4707,"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/posts\/1225\/revisions\/4707"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/media\/1236"}],"wp:attachment":[{"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/media?parent=1225"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/categories?post=1225"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/signmycode.com\/resources\/wp-json\/wp\/v2\/tags?post=1225"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}