{"id":1354,"date":"2020-04-13T14:41:14","date_gmt":"2020-04-13T09:11:14","guid":{"rendered":"https:\/\/binaryterms.com\/?p=1354"},"modified":"2020-04-15T13:01:15","modified_gmt":"2020-04-15T07:31:15","slug":"transposition-technique-in-cryptography","status":"publish","type":"post","link":"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html","title":{"rendered":"Transposition Technique in Cryptography"},"content":{"rendered":"<p><strong>Transposition technique<\/strong> is an encryption method which is achieved by performing <strong>permutation over the plain text<\/strong>. Mapping plain text into cipher text using transposition technique is called<strong> transposition cipher<\/strong>.<\/p>\n<p>In this section, we will discuss variations of transposition technique, and we will also observe how the transposition technique is different from the substitution technique.<\/p>\n<p>On the one hand, the substitution technique substitutes a plain text symbol with a cipher text symbol. On the other hand, the transposition technique executes permutation on the plain text to obtain the cipher text.<\/p>\n<h2>Transposition Techniques<\/h2>\n<ol>\n<li><a href=\"#RailFenceTransposition\">Rail Fence Transposition<\/a><\/li>\n<li><a href=\"#ColumnarTransposition\">Columnar Transposition<\/a><\/li>\n<li><a href=\"#ImprovedColumnarTransposition\">Improved Columnar Transposition<\/a><\/li>\n<li><a href=\"#BookCipher\/RunningKeyCipher\">Book Cipher\/Running Key Cipher<\/a><\/li>\n<\/ol>\n<p><a name=\"RailFenceTransposition\"><\/a><\/p>\n<h3>Rail Fence Cipher<\/h3>\n<p>The rail fence cipher is the simplest transposition cipher. The steps to obtain cipher text using this technique are as follow:<\/p>\n<p><strong>Step 1:<\/strong> The plain text is written as a sequence of diagonals.<\/p>\n<p><strong>Step 2:<\/strong> Then, to obtain the cipher text the text is read as a sequence of rows.<\/p>\n<p>To understand this in a better way, let us take an example:<\/p>\n<p><strong>Plain Text:<\/strong> meet me Tomorrow<\/p>\n<p>Now, we will write this plain text sequence wise in a diagonal form as you can see below:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1359\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/rail-fence-transposition-technique.jpg\" alt=\"rail fence transposition technique\" width=\"278\" height=\"74\" \/><\/p>\n<p>Looking at the image, you would get it why it got named rail fence because it appears like the rail fence.<\/p>\n<p>Once you have written the message as a sequence of diagonals, to obtain the cipher text out of it you have to read it as a sequence of rows. So, reading the first row the first half of cipher text will be:<\/p>\n<p style=\"text-align: center\"><strong>m e m t m r o<\/strong><\/p>\n<p>reading the second row of the rail fence, we will get the second half of the cipher text:<\/p>\n<p style=\"text-align: center\"><strong>e t e o o r w<\/strong><\/p>\n<p>Now, to obtain the complete cipher text combine both the halves of cipher text and the complete cipher text will be:<\/p>\n<p><strong>Cipher Text:<\/strong> M E M T M R O E T E O O R W<\/p>\n<p>Rail fence cipher is easy to implement and even easy for a cryptanalyst to break this technique. So, there was a need for a more complex technique.<br \/>\n<a name=\"ColumnarTransposition\"><\/a><\/p>\n<h3>Columnar Transposition Technique<\/h3>\n<p>The columnar transposition cipher is more complex as compared to the rail fence. The steps to obtain cipher text using this technique are as follow:<\/p>\n<p><strong>Step 1:<\/strong> The plain text is written in the rectangular matrix of the initially defined size in a row by row pattern.<\/p>\n<p><strong>Step 2:<\/strong> To obtain the cipher text read the text written in a rectangular matrix column by column. But you have to permute the order of column before reading it column by column. The obtained message is the cipher text message.<\/p>\n<p>To understand the columnar transposition let us take an example:<\/p>\n<p><strong>Plain text:<\/strong> meet Tomorrow<\/p>\n<p>Now, put the plain text in the rectangle of a predefined size. For our example, the predefined size of the rectangle would be 3&#215;4. As you can see in the image below the plain text is placed in the rectangle of 3&#215;4. And we have also permuted the order of the column.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1358\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/columnar-transposition-technique-1.jpg\" alt=\"columnar transposition technique 1\" width=\"466\" height=\"216\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/columnar-transposition-technique-1.jpg 466w, https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/columnar-transposition-technique-1-300x139.jpg 300w\" sizes=\"auto, (max-width: 466px) 100vw, 466px\" \/><\/p>\n<p>Now, to obtain the cipher text we have to read the plain text column by column as the sequence of permuted column order. So, the cipher text obtained by the columnar transposition technique in this example is:<\/p>\n<p><strong>Cipher Text:<\/strong> MTREOREMOTOW.<\/p>\n<p>Similar to the rail fence cipher, the columnar cipher can be easily broken. The cryptanalyst only has to try few permutation and combination over the order of column to obtain the permuted order of column and the get the original message. So, a more sophisticated technique was required to strengthen the encryption.<br \/>\n<a name=\"ImprovedColumnarTransposition\"><\/a><\/p>\n<h3>Columnar Transposition Technique with Multiple Rounds<\/h3>\n<p>It is similar to the basic columnar technique but is introduced with an improvement. The basic columnar technique is performed over the plain text but more than once. The steps for columnar technique with multiple rounds are as follow:<\/p>\n<p><strong>Step 1:<\/strong> The plain text is written in the rectangle of predetermined size row by row.<\/p>\n<p><strong>Step 2:<\/strong> To obtain the cipher text, read <span style=\"font-size: 1.0625rem;letter-spacing: 0px\">the plain text in the rectangle,<\/span><span style=\"font-size: 1.0625rem;letter-spacing: 0px\"> column by column. Before reading the text in rectangle column by column, permute the order of columns the same as in basic columnar technique.<\/span><\/p>\n<p><strong>Step 3:<\/strong> To obtain the final cipher text repeat the steps above multiple time.<\/p>\n<p>Let us discuss one example of a columnar transposition technique for better understanding. We will consider the same example of a basic columnar technique which will help in understanding the complexity of the method:<\/p>\n<p><strong>Plain Text:<\/strong> meet Tomorrow<\/p>\n<p>Let us put this plain text in the rectangle of predefined size of 3&#215;4. Proceeding with the next step, the order of the columns of the matrix is permuted as you can see in the image below:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1358\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/columnar-transposition-technique-1.jpg\" alt=\"columnar transposition technique 1\" width=\"466\" height=\"216\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/columnar-transposition-technique-1.jpg 466w, https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/columnar-transposition-technique-1-300x139.jpg 300w\" sizes=\"auto, (max-width: 466px) 100vw, 466px\" \/><\/p>\n<p>Now after the first round the cipher text obtained is as follow:<\/p>\n<p><strong>Cipher Text round 1:<\/strong> \u00a0MTREOREMOTOW<\/p>\n<p>Now, again we have to put the cipher text of round 1 in the rectangle of size 3&#215;4 row by row and permute the order of columns before reading the cipher text for round 2. In the second round, the permuted order of the column is 2, 3, 1, 4.<\/p>\n<p>So, the obtained <strong>cipher text for round 2<\/strong> is MOOTRTREOEMW. In this way, we can perform as many iterations as requires. Increasing the number of iterations increases the complexity of the techniques.<br \/>\n<a name=\"BookCipher\/RunningKeyCipher\"><\/a><\/p>\n<h3>Book Cipher or Running Key Cipher<\/h3>\n<p>The book cipher or the running key cipher works on the basic principle of one-time pad cipher. In onetime pad cipher the key is taken as long as the plain text and is discarded after the use. Every time a new key is taken for a new message.<\/p>\n<p>The improvement to the onetime pad in Book cipher is that the key or the onetime pad is taken from the book. Let us discuss the steps:<\/p>\n<p><strong>Step 1:<\/strong> Convert the plain text in numeric form consider A=0, B=1, C=3 \u2026, Z=25.<\/p>\n<p><strong>Step 2:<\/strong> Take an onetime pad or key from any of the books and convert it in the numeric form also. But the key must be as long as the length of plain text.<\/p>\n<p><strong>Step 3:<\/strong> Now add the numeric form of both plain text and key, each plain text letter with corresponding key text letter. If the addition of any plain text letter with corresponding key text letter is &gt;26, then subtract it with 26.<\/p>\n<p>Let us understand with the example:<\/p>\n<p><strong>Plain text:<\/strong> Meet Tomorrow<\/p>\n<p><strong>Key<\/strong> taken from the book: ANENCRYPTION.<\/p>\n<p>Now we have to convert this plain text and key text in numeric form and add them to get cipher text as shown in the image below:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-1357\" src=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/book-cipher-1.jpg\" alt=\"book cipher 1\" width=\"568\" height=\"381\" srcset=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/book-cipher-1.jpg 568w, https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/book-cipher-1-300x201.jpg 300w\" sizes=\"auto, (max-width: 568px) 100vw, 568px\" \/><\/p>\n<p>The <strong>cipher text<\/strong> obtained is MRIGVFKDKZDJ.<\/p>\n<p>So, this is all about the Transposition technique, which involves the permutation over the plain text for converting plain text into the cipher text.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Transposition technique is an encryption method which is achieved by performing permutation over the plain text. Mapping plain text into cipher text using transposition technique is called transposition cipher. In this section, we will discuss variations of transposition technique, and we will also observe how the transposition technique is different from the substitution technique. On [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[9],"tags":[],"class_list":{"0":"post-1354","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-security","7":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>What is Transposition Technique in Cryptography? - Binary Terms<\/title>\n<meta name=\"description\" content=\"Transposition technique is a method of encrypting plain text into cipher text by performing permutation over the pain text.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is Transposition Technique in Cryptography? - Binary Terms\" \/>\n<meta property=\"og:description\" content=\"Transposition technique is a method of encrypting plain text into cipher text by performing permutation over the pain text.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html\" \/>\n<meta property=\"og:site_name\" content=\"Binary Terms\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-13T09:11:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-04-15T07:31:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/rail-fence-transposition-technique.jpg\" \/>\n<meta name=\"author\" content=\"Neha T\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Neha T\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#article\",\"isPartOf\":{\"@id\":\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html\"},\"author\":{\"name\":\"Neha T\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe\"},\"headline\":\"Transposition Technique in Cryptography\",\"datePublished\":\"2020-04-13T09:11:14+00:00\",\"dateModified\":\"2020-04-15T07:31:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html\"},\"wordCount\":1116,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/binaryterms.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/rail-fence-transposition-technique.jpg\",\"articleSection\":[\"Security\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html\",\"url\":\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html\",\"name\":\"What is Transposition Technique in Cryptography? - Binary Terms\",\"isPartOf\":{\"@id\":\"https:\/\/binaryterms.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#primaryimage\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#primaryimage\"},\"thumbnailUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/rail-fence-transposition-technique.jpg\",\"datePublished\":\"2020-04-13T09:11:14+00:00\",\"dateModified\":\"2020-04-15T07:31:15+00:00\",\"description\":\"Transposition technique is a method of encrypting plain text into cipher text by performing permutation over the pain text.\",\"breadcrumb\":{\"@id\":\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#primaryimage\",\"url\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/rail-fence-transposition-technique.jpg\",\"contentUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/rail-fence-transposition-technique.jpg\",\"width\":278,\"height\":74,\"caption\":\"rail fence transposition technique\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/binaryterms.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Transposition Technique in Cryptography\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/binaryterms.com\/#website\",\"url\":\"https:\/\/binaryterms.com\/\",\"name\":\"Binary Terms\",\"description\":\"The Computer Science &amp; IT Guide\",\"publisher\":{\"@id\":\"https:\/\/binaryterms.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/binaryterms.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/binaryterms.com\/#organization\",\"name\":\"Binary Terms\",\"url\":\"https:\/\/binaryterms.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png\",\"contentUrl\":\"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png\",\"width\":400,\"height\":63,\"caption\":\"Binary Terms\"},\"image\":{\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe\",\"name\":\"Neha T\",\"url\":\"https:\/\/binaryterms.com\/author\/author\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is Transposition Technique in Cryptography? - Binary Terms","description":"Transposition technique is a method of encrypting plain text into cipher text by performing permutation over the pain text.","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:\/\/binaryterms.com\/transposition-technique-in-cryptography.html","og_locale":"en_GB","og_type":"article","og_title":"What is Transposition Technique in Cryptography? - Binary Terms","og_description":"Transposition technique is a method of encrypting plain text into cipher text by performing permutation over the pain text.","og_url":"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html","og_site_name":"Binary Terms","article_published_time":"2020-04-13T09:11:14+00:00","article_modified_time":"2020-04-15T07:31:15+00:00","og_image":[{"url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/rail-fence-transposition-technique.jpg","type":"","width":"","height":""}],"author":"Neha T","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Neha T","Estimated reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#article","isPartOf":{"@id":"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html"},"author":{"name":"Neha T","@id":"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe"},"headline":"Transposition Technique in Cryptography","datePublished":"2020-04-13T09:11:14+00:00","dateModified":"2020-04-15T07:31:15+00:00","mainEntityOfPage":{"@id":"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html"},"wordCount":1116,"commentCount":1,"publisher":{"@id":"https:\/\/binaryterms.com\/#organization"},"image":{"@id":"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#primaryimage"},"thumbnailUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/rail-fence-transposition-technique.jpg","articleSection":["Security"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#respond"]}]},{"@type":"WebPage","@id":"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html","url":"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html","name":"What is Transposition Technique in Cryptography? - Binary Terms","isPartOf":{"@id":"https:\/\/binaryterms.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#primaryimage"},"image":{"@id":"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#primaryimage"},"thumbnailUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/rail-fence-transposition-technique.jpg","datePublished":"2020-04-13T09:11:14+00:00","dateModified":"2020-04-15T07:31:15+00:00","description":"Transposition technique is a method of encrypting plain text into cipher text by performing permutation over the pain text.","breadcrumb":{"@id":"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#primaryimage","url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/rail-fence-transposition-technique.jpg","contentUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/04\/rail-fence-transposition-technique.jpg","width":278,"height":74,"caption":"rail fence transposition technique"},{"@type":"BreadcrumbList","@id":"https:\/\/binaryterms.com\/transposition-technique-in-cryptography.html#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/binaryterms.com\/"},{"@type":"ListItem","position":2,"name":"Transposition Technique in Cryptography"}]},{"@type":"WebSite","@id":"https:\/\/binaryterms.com\/#website","url":"https:\/\/binaryterms.com\/","name":"Binary Terms","description":"The Computer Science &amp; IT Guide","publisher":{"@id":"https:\/\/binaryterms.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/binaryterms.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/binaryterms.com\/#organization","name":"Binary Terms","url":"https:\/\/binaryterms.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/","url":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png","contentUrl":"https:\/\/binaryterms.com\/wp-content\/uploads\/2020\/05\/binary-terms-logo1.png","width":400,"height":63,"caption":"Binary Terms"},"image":{"@id":"https:\/\/binaryterms.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/binaryterms.com\/#\/schema\/person\/e495f1d57f5c0a4c521cc3dba95661fe","name":"Neha T","url":"https:\/\/binaryterms.com\/author\/author"}]}},"_links":{"self":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/1354","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/comments?post=1354"}],"version-history":[{"count":0,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/posts\/1354\/revisions"}],"wp:attachment":[{"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/media?parent=1354"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/categories?post=1354"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/binaryterms.com\/wp-json\/wp\/v2\/tags?post=1354"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}