{"id":253,"date":"2009-03-22T17:03:34","date_gmt":"2009-03-22T06:03:34","guid":{"rendered":"http:\/\/nsrd.wordpress.com\/?p=253"},"modified":"2018-12-12T16:25:29","modified_gmt":"2018-12-12T06:25:29","slug":"basics-using-datazone-encryption-with-networker","status":"publish","type":"post","link":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/","title":{"rendered":"Basics &#8211; Using datazone encryption with NetWorker"},"content":{"rendered":"<p>I&#8217;m not fond of software encryption (or compression, for that matter). Particularly in a 24&#215;7 enterprise environment, clients (i.e., production servers) have better things to be doing than doing on-the-fly software encryption or compression. In these environments, hardware encryption routers should be the product of choice for achieving totally secure backups. Such devices also have advantages in terms of key management \u2013 much more flexible, scalable and appropriate for role based data access.<\/p>\n<p>That being said, in smaller environments, or environments where servers are relatively idle overnight, NetWorker&#8217;s datazone encryption can be sufficient to achieve a reasonable modicum of backup protection with minimum effort \u2013 and most importantly, cost.<\/p>\n<p>To get started using NetWorker datazone encryption, you first need to assign a pass phrase. This is done in the NetWorker server properties (typically accessed within NMC):<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-255\" title=\"datazone-encryption\" src=\"http:\/\/nsrd.files.wordpress.com\/2009\/03\/datazone-encryption.jpg\" alt=\"datazone-encryption\" width=\"450\" height=\"251\" srcset=\"https:\/\/nsrd.info\/blog\/wp-content\/uploads\/2009\/03\/datazone-encryption.jpg 500w, https:\/\/nsrd.info\/blog\/wp-content\/uploads\/2009\/03\/datazone-encryption-300x167.jpg 300w\" sizes=\"auto, (max-width: 450px) 100vw, 450px\" \/>With the pass phrase in place, you can then configure directives within NetWorker to make use of AES 256 bit encryption. However! As soon as you turn encryption on, you lose <em>all<\/em> potential for hardware based compression for your media. Why? Quite simply, <em>compression<\/em> is about finding patterns in data and reducing all the matching patterns to a single reference point; however, <em>encryption<\/em> is all about eliminating patterns, making the data appear completely random.<\/p>\n<p>Thus, if you want to still get some measure of compression, you should, when using this method, employ software based compression in your directive as well.<\/p>\n<p>Thus, a base directive might look like the following:<\/p>\n<pre>&lt;&lt; \/ &gt;&gt;\n+compressasm: .\n+aes: .<\/pre>\n<p>This will apply compression first to all files encountered, then once the file has been compressed, it will be encrypted. A side benefit of this is that by compressing first, you reduce the amount of data to be encrypted*.<\/p>\n<p>So long as the datazone pass phrase is stored in the server, encryption will occur, and no password will be required to recover the data. Remember, this style of encryption, using a single pass-phrase, <em>isn&#8217;t<\/em> about being able to restrict whom within the datazone can recover the data, but instead it&#8217;s about keeping the data stored on-tape (which is potentially off-site, or otherwise at higher risk of theft), from being recovered.<\/p>\n<p><strong>[Edit, 2009-08-15]<\/strong><\/p>\n<p>It&#8217;s been pointed out to me that you can&#8217;t compress + encrypt at the client side. Indeed, I&#8217;ve now found the part in the administration guide that explicitly says this. What is <em>extremely disappointing<\/em> about this is that NetWorker actually doesn&#8217;t <em>warn<\/em> you that it&#8217;s not going to compress + encrypt! To me, that&#8217;s a security issue.<\/p>\n<p>So, for the examples above, forget about enabling client side compression as well as encryption &#8211; you can have one or the other, but not both.<\/p>\n<p>&#8212;<br \/>\n* In the same way that ice-cream that&#8217;s 99% fat free, but 87% sugar is a &#8220;benefit&#8221;.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;m not fond of software encryption (or compression, for that matter). Particularly in a 24&#215;7 enterprise environment, clients (i.e., production&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[6,16],"tags":[103,1243,1249,1254],"class_list":["post-253","post","type-post","status-publish","format-standard","hentry","category-basics","category-networker","tag-aes","tag-basics","tag-networker","tag-security"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"How do you use software encryption within NetWorker?\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Preston de Guise\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Data Protection Hub | All things Data Protection\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Basics \u2013 Using datazone encryption with NetWorker | Data Protection Hub\" \/>\n\t\t<meta property=\"og:description\" content=\"How do you use software encryption within NetWorker?\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2009-03-22T06:03:34+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2018-12-12T06:25:29+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Basics \u2013 Using datazone encryption with NetWorker | Data Protection Hub\" \/>\n\t\t<meta name=\"twitter:description\" content=\"How do you use software encryption within NetWorker?\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/03\\\/22\\\/basics-using-datazone-encryption-with-networker\\\/#article\",\"name\":\"Basics \\u2013 Using datazone encryption with NetWorker | Data Protection Hub\",\"headline\":\"Basics &#8211; Using datazone encryption with NetWorker\",\"author\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/nsrd.files.wordpress.com\\\/2009\\\/03\\\/datazone-encryption.jpg\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/03\\\/22\\\/basics-using-datazone-encryption-with-networker\\\/#articleImage\"},\"datePublished\":\"2009-03-22T17:03:34+10:00\",\"dateModified\":\"2018-12-12T16:25:29+10:00\",\"inLanguage\":\"en-US\",\"commentCount\":4,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/03\\\/22\\\/basics-using-datazone-encryption-with-networker\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/03\\\/22\\\/basics-using-datazone-encryption-with-networker\\\/#webpage\"},\"articleSection\":\"Basics, NetWorker, AES, Basics, NetWorker, Security\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/03\\\/22\\\/basics-using-datazone-encryption-with-networker\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nsrd.info\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/category\\\/basics\\\/#listItem\",\"name\":\"Basics\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/category\\\/basics\\\/#listItem\",\"position\":2,\"name\":\"Basics\",\"item\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/category\\\/basics\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/03\\\/22\\\/basics-using-datazone-encryption-with-networker\\\/#listItem\",\"name\":\"Basics &#8211; Using datazone encryption with NetWorker\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/03\\\/22\\\/basics-using-datazone-encryption-with-networker\\\/#listItem\",\"position\":3,\"name\":\"Basics &#8211; Using datazone encryption with NetWorker\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/category\\\/basics\\\/#listItem\",\"name\":\"Basics\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#person\",\"name\":\"Preston de Guise\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/03\\\/22\\\/basics-using-datazone-encryption-with-networker\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Preston de Guise\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/#author\",\"url\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/\",\"name\":\"Preston de Guise\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/03\\\/22\\\/basics-using-datazone-encryption-with-networker\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Preston de Guise\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/03\\\/22\\\/basics-using-datazone-encryption-with-networker\\\/#webpage\",\"url\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/03\\\/22\\\/basics-using-datazone-encryption-with-networker\\\/\",\"name\":\"Basics \\u2013 Using datazone encryption with NetWorker | Data Protection Hub\",\"description\":\"How do you use software encryption within NetWorker?\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/2009\\\/03\\\/22\\\/basics-using-datazone-encryption-with-networker\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/author\\\/nsrd\\\/#author\"},\"datePublished\":\"2009-03-22T17:03:34+10:00\",\"dateModified\":\"2018-12-12T16:25:29+10:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/\",\"name\":\"Data Protection Hub\",\"description\":\"All things Data Protection\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/nsrd.info\\\/blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Basics \u2013 Using datazone encryption with NetWorker | Data Protection Hub","description":"How do you use software encryption within NetWorker?","canonical_url":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/#article","name":"Basics \u2013 Using datazone encryption with NetWorker | Data Protection Hub","headline":"Basics &#8211; Using datazone encryption with NetWorker","author":{"@id":"https:\/\/nsrd.info\/blog\/author\/nsrd\/#author"},"publisher":{"@id":"https:\/\/nsrd.info\/blog\/#person"},"image":{"@type":"ImageObject","url":"http:\/\/nsrd.files.wordpress.com\/2009\/03\/datazone-encryption.jpg","@id":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/#articleImage"},"datePublished":"2009-03-22T17:03:34+10:00","dateModified":"2018-12-12T16:25:29+10:00","inLanguage":"en-US","commentCount":4,"mainEntityOfPage":{"@id":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/#webpage"},"isPartOf":{"@id":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/#webpage"},"articleSection":"Basics, NetWorker, AES, Basics, NetWorker, Security"},{"@type":"BreadcrumbList","@id":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog#listItem","position":1,"name":"Home","item":"https:\/\/nsrd.info\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/category\/basics\/#listItem","name":"Basics"}},{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/category\/basics\/#listItem","position":2,"name":"Basics","item":"https:\/\/nsrd.info\/blog\/category\/basics\/","nextItem":{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/#listItem","name":"Basics &#8211; Using datazone encryption with NetWorker"},"previousItem":{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/#listItem","position":3,"name":"Basics &#8211; Using datazone encryption with NetWorker","previousItem":{"@type":"ListItem","@id":"https:\/\/nsrd.info\/blog\/category\/basics\/#listItem","name":"Basics"}}]},{"@type":"Person","@id":"https:\/\/nsrd.info\/blog\/#person","name":"Preston de Guise","image":{"@type":"ImageObject","@id":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g","width":96,"height":96,"caption":"Preston de Guise"}},{"@type":"Person","@id":"https:\/\/nsrd.info\/blog\/author\/nsrd\/#author","url":"https:\/\/nsrd.info\/blog\/author\/nsrd\/","name":"Preston de Guise","image":{"@type":"ImageObject","@id":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d274b0939f505e2f4b85a111bdf61ff0fafc11f17dcd667d16a47d0a3de63a1d?s=96&d=mm&r=g","width":96,"height":96,"caption":"Preston de Guise"}},{"@type":"WebPage","@id":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/#webpage","url":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/","name":"Basics \u2013 Using datazone encryption with NetWorker | Data Protection Hub","description":"How do you use software encryption within NetWorker?","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/nsrd.info\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/#breadcrumblist"},"author":{"@id":"https:\/\/nsrd.info\/blog\/author\/nsrd\/#author"},"creator":{"@id":"https:\/\/nsrd.info\/blog\/author\/nsrd\/#author"},"datePublished":"2009-03-22T17:03:34+10:00","dateModified":"2018-12-12T16:25:29+10:00"},{"@type":"WebSite","@id":"https:\/\/nsrd.info\/blog\/#website","url":"https:\/\/nsrd.info\/blog\/","name":"Data Protection Hub","description":"All things Data Protection","inLanguage":"en-US","publisher":{"@id":"https:\/\/nsrd.info\/blog\/#person"}}]},"og:locale":"en_US","og:site_name":"Data Protection Hub | All things Data Protection","og:type":"article","og:title":"Basics \u2013 Using datazone encryption with NetWorker | Data Protection Hub","og:description":"How do you use software encryption within NetWorker?","og:url":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/","article:published_time":"2009-03-22T06:03:34+00:00","article:modified_time":"2018-12-12T06:25:29+00:00","twitter:card":"summary","twitter:title":"Basics \u2013 Using datazone encryption with NetWorker | Data Protection Hub","twitter:description":"How do you use software encryption within NetWorker?"},"aioseo_meta_data":{"post_id":"253","title":null,"description":"How do you use software encryption within NetWorker?","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 05:12:08","updated":"2025-07-20 04:11:53","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/nsrd.info\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/nsrd.info\/blog\/category\/basics\/\" title=\"Basics\">Basics<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tBasics \u2013 Using datazone encryption with NetWorker\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/nsrd.info\/blog"},{"label":"Basics","link":"https:\/\/nsrd.info\/blog\/category\/basics\/"},{"label":"Basics &#8211; Using datazone encryption with NetWorker","link":"https:\/\/nsrd.info\/blog\/2009\/03\/22\/basics-using-datazone-encryption-with-networker\/"}],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/pKpIN-45","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/posts\/253","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/comments?post=253"}],"version-history":[{"count":1,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/posts\/253\/revisions"}],"predecessor-version":[{"id":7676,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/posts\/253\/revisions\/7676"}],"wp:attachment":[{"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/media?parent=253"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/categories?post=253"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nsrd.info\/blog\/wp-json\/wp\/v2\/tags?post=253"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}