{"id":9005,"date":"2025-03-26T13:17:53","date_gmt":"2025-03-26T13:17:53","guid":{"rendered":"https:\/\/pixelfield.co.uk\/blog\/?p=9005"},"modified":"2025-04-30T10:51:00","modified_gmt":"2025-04-30T09:51:00","slug":"cryptography-in-blockchain","status":"publish","type":"post","link":"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/","title":{"rendered":"Cryptography in Blockchain: What Is It And How Does It Work?"},"content":{"rendered":"\n<p>Cryptography is the backbone of blockchain technology, providing the essential tools to secure data, ensure privacy, and maintain the integrity of decentralised systems.<\/p>\n\n\n\n<p>To help you get a better understanding of what cryptography in blockchain is and how it works, in this article, we\u2019re going to talk about:<\/p>\n\n\n\n<ul>\n<li>The 3 key cryptographic techniques used in blockchain<\/li>\n\n\n\n<li>How cryptography works in blockchain transactions<\/li>\n\n\n\n<li>Cryptographic vulnerabilities and challenges<\/li>\n<\/ul>\n\n\n\n<p>But before we cover the topics above in greater detail, we\u2019d first like to explain what cryptography in blockchain is and the role it plays in blockchain security.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Is Cryptography in Blockchain?<\/h2>\n\n\n\n<p>Cryptography in blockchain refers to the use of mathematical algorithms to protect the data and transactions recorded on the blockchain. These cryptographic techniques ensure that data is encrypted, securely transmitted, and verified by the participants in a blockchain network, making it virtually impossible for malicious actors to alter or tamper with blockchain records.<\/p>\n\n\n\n<p>By ensuring that only authorised parties can access, modify, or validate data, cryptography enables trustless and secure operations in decentralised networks.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The Role of Cryptography in Blockchain Security<\/h3>\n\n\n\n<p>Cryptography plays a crucial role in maintaining the security, confidentiality, and integrity of data in blockchain systems. Without cryptography, the entire premise of blockchain &#8211; providing a secure, decentralised, and transparent ledger would not be possible. Cryptography ensures that:<\/p>\n\n\n\n<ul>\n<li>Transactions are secure and cannot be tampered with<\/li>\n\n\n\n<li>User identities are protected, maintaining privacy<\/li>\n\n\n\n<li>Data stored on the blockchain is immutable, ensuring trust<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Key Cryptographic Techniques Used in Blockchain<\/h2>\n\n\n\n<p>Blockchain relies on several cryptographic techniques to maintain its security. Some of the most important cryptographic methods include:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Hashing Algorithms<\/h3>\n\n\n\n<p>Hashing algorithms are used to transform input data of any size into a fixed-size output (called a hash), ensuring that data cannot be altered without detection.<\/p>\n\n\n\n<p>In blockchain, hashing plays a critical role in creating a secure transaction history. The most commonly used hashing algorithm in blockchain is SHA-256 (Secure Hash Algorithm 256-bit), which is used in Bitcoin and many other blockchain networks.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Public-Key Cryptography (Asymmetric Encryption)<\/h3>\n\n\n\n<p>Public-key cryptography (also known as asymmetric encryption) involves a pair of keys: a public key and a private key. The public key is used to encrypt data, while the private key is used to decrypt it. In blockchain, public keys serve as wallet addresses, and private keys are used to sign transactions, proving ownership and authorising transactions securely.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Digital Signatures and Authentication<\/h3>\n\n\n\n<p>Digital signatures are a form of authentication that ensures a transaction or message has been sent by the rightful owner. In blockchain, digital signatures use the sender&#8217;s private key to sign a transaction, creating a unique signature that can be verified using the sender\u2019s public key.<\/p>\n\n\n\n<p>This process ensures both the integrity of the transaction and the identity of the sender, preventing fraud.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How Cryptography Works in Blockchain Transactions<\/h2>\n\n\n\n<p>Cryptography plays a crucial role in blockchain transactions by ensuring the security and integrity of the data being transferred. In this section, we\u2019ll take a closer look at how cryptographic techniques are used to protect blockchain transactions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Transaction Encryption and Security<\/h3>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"574\" src=\"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2025\/04\/cryptography-in-blockchain-1024x574.jpg\" alt=\"\nAbstract digital network with interconnected locks symbolizing security\" class=\"wp-image-9016\" srcset=\"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2025\/04\/cryptography-in-blockchain-1024x574.jpg 1024w, https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2025\/04\/cryptography-in-blockchain-300x168.jpg 300w, https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2025\/04\/cryptography-in-blockchain-768x430.jpg 768w, https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2025\/04\/cryptography-in-blockchain.jpg 1280w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Cryptography ensures that every transaction recorded on the blockchain is encrypted and secure. When a user initiates a transaction, it is first encrypted using the recipient&#8217;s public key.&nbsp;<\/p>\n\n\n\n<p>This means that only the recipient can decrypt and access the details of the transaction using their private key. This ensures the confidentiality of sensitive information and prevents unauthorised access.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Block Validation and Cryptographic Proofs<\/h3>\n\n\n\n<p>Before a transaction is added to the blockchain, it must undergo a validation process that involves solving complex cryptographic puzzles. This process, known as proof of work (in networks like Bitcoin), requires miners to find a solution to a cryptographic puzzle to validate the block.<\/p>\n\n\n\n<p>Once the solution is found, the block is added to the blockchain, and the transaction becomes permanent and immutable.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Preventing Double Spending with Cryptography<\/h3>\n\n\n\n<p>One of the main challenges in digital currencies is preventing double spending, where a user might attempt to spend the same digital asset more than once.<\/p>\n\n\n\n<p>Cryptography ensures that once a transaction is verified and recorded on the blockchain, it cannot be altered or reversed. Each transaction is validated using cryptographic techniques, preventing double spending and ensuring the integrity of the network.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Cryptographic Vulnerabilities and Challenges<\/h2>\n\n\n\n<p>While cryptography is a powerful tool in securing blockchain, it is not without its vulnerabilities and challenges. Some of the primary concerns include:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Quantum Computing and Blockchain Security<\/h3>\n\n\n\n<p>Quantum computing poses a potential threat to blockchain security because quantum computers could, in theory, break many of the cryptographic algorithms used in blockchain systems.<\/p>\n\n\n\n<p>While current cryptographic techniques like SHA-256 and elliptic curve cryptography (used in public-key cryptography) are secure against classical computers, quantum computers may one day be able to solve these algorithms in a fraction of the time. Blockchain developers are already researching quantum-resistant algorithms to prepare for this future challenge.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Key Management Risks<\/h3>\n\n\n\n<p>Proper key management is crucial in maintaining the security of blockchain systems. If a user loses control of their private key, they lose access to their assets, and there is no way to recover them.<\/p>\n\n\n\n<p>Additionally, if a private key is compromised or stolen, malicious actors can steal assets or alter transactions. Therefore, secure key management practices are essential in ensuring blockchain security.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Smart Contract Security Issues<\/h3>\n\n\n\n<p>Smart contracts are self-executing contracts with the terms of the agreement directly written into code. While they are widely used in blockchain systems, smart contracts are also vulnerable to cryptographic flaws and coding bugs.<\/p>\n\n\n\n<p>If vulnerabilities are present in the contract\u2019s code, attackers could exploit them to manipulate or steal assets. Therefore, rigorous auditing and testing of smart contracts are essential to ensure their security.<\/p>\n\n\n\n<p>To learn more about security as far as blockchain is concerned, consider reading our <strong>complete guide to blockchain security<\/strong>. It goes into greater detail on the various security protocols and best practices essential for protecting blockchain networks.\u00a0<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Final Thoughts<\/h2>\n\n\n\n<p>Cryptography is essential to the operation and security of blockchain systems. It ensures that transactions are secure, private, and verifiable, providing a foundation for the decentralised, trustless environment that blockchain technology promises.<\/p>\n\n\n\n<p>However, as the technology continues to evolve, so must the cryptographic techniques used to secure it, especially in the face of emerging threats like quantum computing.<\/p>\n\n\n\n<p>If you\u2019re interested in learning more about blockchain security or forming a strategy that is personalised to your needs, think about investing in <a href=\"https:\/\/pixelfield.co.uk\/blockchain\/\">expert blockchain strategy consulting<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cryptography is the backbone of blockchain technology, providing the essential tools to secure data, ensure privacy, and maintain the integrity of decentralised systems. To help you get a better understanding of what cryptography in blockchain is and how it works, in this article, we\u2019re going to talk about: But before we cover the topics above&#8230;<\/p>\n","protected":false},"author":8,"featured_media":9015,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[36],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Cryptography in Blockchain: What Is It And How Does It Work?<\/title>\n<meta name=\"description\" content=\"Discover how cryptography in blockchain ensures secure transactions. Learn key encryption methods, hashing, and digital signatures used in blockchain security.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Cryptography in Blockchain: What Is It And How Does It Work?\" \/>\n<meta property=\"og:description\" content=\"Discover how cryptography in blockchain ensures secure transactions. Learn key encryption methods, hashing, and digital signatures used in blockchain security.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/\" \/>\n<meta property=\"og:site_name\" content=\"Pixelfield blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-26T13:17:53+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-30T09:51:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2025\/04\/cryptography-in-blockchain-what-is-it-and-how-does-it-work.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"731\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Pixelfield\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Pixelfield\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/\"},\"author\":{\"name\":\"Pixelfield\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/person\/4782a4ba3fa28613f8ae56c3ee55a927\"},\"headline\":\"Cryptography in Blockchain: What Is It And How Does It Work?\",\"datePublished\":\"2025-03-26T13:17:53+00:00\",\"dateModified\":\"2025-04-30T09:51:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/\"},\"wordCount\":1083,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#organization\"},\"articleSection\":[\"Resources\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/\",\"url\":\"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/\",\"name\":\"Cryptography in Blockchain: What Is It And How Does It Work?\",\"isPartOf\":{\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#website\"},\"datePublished\":\"2025-03-26T13:17:53+00:00\",\"dateModified\":\"2025-04-30T09:51:00+00:00\",\"description\":\"Discover how cryptography in blockchain ensures secure transactions. Learn key encryption methods, hashing, and digital signatures used in blockchain security.\",\"breadcrumb\":{\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/pixelfield.co.uk\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Cryptography in Blockchain: What Is It And How Does It Work?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#website\",\"url\":\"https:\/\/pixelfield.co.uk\/blog\/\",\"name\":\"Pixelfield blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pixelfield.co.uk\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#organization\",\"name\":\"Pixelfield\",\"url\":\"https:\/\/pixelfield.co.uk\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2021\/09\/logo_pixelfield.png\",\"contentUrl\":\"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2021\/09\/logo_pixelfield.png\",\"width\":600,\"height\":600,\"caption\":\"Pixelfield\"},\"image\":{\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/person\/4782a4ba3fa28613f8ae56c3ee55a927\",\"name\":\"Pixelfield\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/352f17c0518afd375a365bdf07b852e8?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/352f17c0518afd375a365bdf07b852e8?s=96&d=mm&r=g\",\"caption\":\"Pixelfield\"},\"url\":\"https:\/\/pixelfield.co.uk\/blog\/author\/pixelfield\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Cryptography in Blockchain: What Is It And How Does It Work?","description":"Discover how cryptography in blockchain ensures secure transactions. Learn key encryption methods, hashing, and digital signatures used in blockchain security.","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:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/","og_locale":"en_GB","og_type":"article","og_title":"Cryptography in Blockchain: What Is It And How Does It Work?","og_description":"Discover how cryptography in blockchain ensures secure transactions. Learn key encryption methods, hashing, and digital signatures used in blockchain security.","og_url":"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/","og_site_name":"Pixelfield blog","article_published_time":"2025-03-26T13:17:53+00:00","article_modified_time":"2025-04-30T09:51:00+00:00","og_image":[{"width":1280,"height":731,"url":"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2025\/04\/cryptography-in-blockchain-what-is-it-and-how-does-it-work.jpg","type":"image\/jpeg"}],"author":"Pixelfield","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Pixelfield","Estimated reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/#article","isPartOf":{"@id":"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/"},"author":{"name":"Pixelfield","@id":"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/person\/4782a4ba3fa28613f8ae56c3ee55a927"},"headline":"Cryptography in Blockchain: What Is It And How Does It Work?","datePublished":"2025-03-26T13:17:53+00:00","dateModified":"2025-04-30T09:51:00+00:00","mainEntityOfPage":{"@id":"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/"},"wordCount":1083,"commentCount":0,"publisher":{"@id":"https:\/\/pixelfield.co.uk\/blog\/#organization"},"articleSection":["Resources"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/","url":"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/","name":"Cryptography in Blockchain: What Is It And How Does It Work?","isPartOf":{"@id":"https:\/\/pixelfield.co.uk\/blog\/#website"},"datePublished":"2025-03-26T13:17:53+00:00","dateModified":"2025-04-30T09:51:00+00:00","description":"Discover how cryptography in blockchain ensures secure transactions. Learn key encryption methods, hashing, and digital signatures used in blockchain security.","breadcrumb":{"@id":"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pixelfield.co.uk\/blog\/cryptography-in-blockchain\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pixelfield.co.uk\/blog\/"},{"@type":"ListItem","position":2,"name":"Cryptography in Blockchain: What Is It And How Does It Work?"}]},{"@type":"WebSite","@id":"https:\/\/pixelfield.co.uk\/blog\/#website","url":"https:\/\/pixelfield.co.uk\/blog\/","name":"Pixelfield blog","description":"","publisher":{"@id":"https:\/\/pixelfield.co.uk\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pixelfield.co.uk\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/pixelfield.co.uk\/blog\/#organization","name":"Pixelfield","url":"https:\/\/pixelfield.co.uk\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2021\/09\/logo_pixelfield.png","contentUrl":"https:\/\/pixelfield.co.uk\/blog\/wp-content\/uploads\/2021\/09\/logo_pixelfield.png","width":600,"height":600,"caption":"Pixelfield"},"image":{"@id":"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/person\/4782a4ba3fa28613f8ae56c3ee55a927","name":"Pixelfield","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/pixelfield.co.uk\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/352f17c0518afd375a365bdf07b852e8?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/352f17c0518afd375a365bdf07b852e8?s=96&d=mm&r=g","caption":"Pixelfield"},"url":"https:\/\/pixelfield.co.uk\/blog\/author\/pixelfield\/"}]}},"_links":{"self":[{"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/posts\/9005"}],"collection":[{"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=9005"}],"version-history":[{"count":4,"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/posts\/9005\/revisions"}],"predecessor-version":[{"id":9017,"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/posts\/9005\/revisions\/9017"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/media\/9015"}],"wp:attachment":[{"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=9005"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=9005"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pixelfield.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=9005"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}