{"id":47587,"date":"2015-11-05T10:42:32","date_gmt":"2015-11-05T18:42:32","guid":{"rendered":"http:\/\/www.intego.com\/mac-security-blog\/?p=47587"},"modified":"2017-08-25T04:19:04","modified_gmt":"2017-08-25T11:19:04","slug":"how-to-securely-empty-trash-in-os-x-el-capitan","status":"publish","type":"post","link":"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/","title":{"rendered":"How to Securely Empty Trash in OS X El Capitan"},"content":{"rendered":"<p><img loading=\"lazy\" class=\"aligncenter size-full wp-image-47674\" src=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2015\/11\/secure-empty-trash-osx-el-capitan.jpg\" alt=\"Secure Empty Trash OS X El Capitan\" width=\"600\" height=\"300\" srcset=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2015\/11\/secure-empty-trash-osx-el-capitan.jpg 600w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2015\/11\/secure-empty-trash-osx-el-capitan-150x75.jpg 150w, https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2015\/11\/secure-empty-trash-osx-el-capitan-300x150.jpg 300w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/><\/p>\n<p>Previous versions of OS X used to have a Secure Empty Trash feature, which would securely delete the contents of the Trash. What this did was overwrite\u00a0the files with zeroes, making\u00a0it much harder \u2014 nearly impossible, in fact \u2014 to recover the files.<\/p>\n<p>Unfortunately, when OS X El Capitan was released, Apple removed the Secure Empty Trash feature due to a vulnerability identifid as <a href=\"http:\/\/www.cve.mitre.org\/cgi-bin\/cvename.cgi?name=CVE-2015-5901\" target=\"_blank\">CVE-2015-5901<\/a>. As the company says in its\u00a0<a href=\"https:\/\/support.apple.com\/en-us\/HT205267\" target=\"_blank\">notes for security fixes<\/a>:<\/p>\n<blockquote><p>Finder<br \/>\nAvailable for: Mac OS X v10.6.8 and later<br \/>\nImpact: The &#8220;Secure Empty Trash&#8221; feature may not securely delete files placed in the Trash<br \/>\nDescription: An issue existed in guaranteeing secure deletion of Trash files on some systems, such as those with flash storage. This issue was addressed by removing the &#8220;Secure Empty Trash&#8221; option.<\/p><\/blockquote>\n<p>When OS X saves a copy of a file, it doesn&#8217;t write that file to the same part of the disk. In layman&#8217;s terms, what this\u00a0means is that while you may be able to securely delete a file or folder, you cannot\u00a0be certain that other copies of that file are not recoverable. As such, securely emptying the Trash is not reliable. While many Mac users miss this option, Apple felt it&#8217;s better to be safe and not offer it if the feature isn&#8217;t 100% reliable.<\/p>\n<h3>How to securely delete files\u00a0in El Capitan<\/h3>\n<p>There are still a couple of ways you can securely delete files in El Capitan. For example, you can use a command called <code>srm<\/code>, which can &#8220;securely remove files or directories.&#8221; To do this, open Terminal (go to <strong>Finder<\/strong> &gt; <strong>Applications<\/strong>\u00a0&gt; <strong>Utilities<\/strong>); it&#8217;s in the Utilities folder in your Applications folder, and then type the following:<\/p>\n<p><code>srm -v <\/code><\/p>\n<p>Type a space after the above command. Drag a file that you want to delete into the Terminal window; you&#8217;ll see that Terminal adds its file path. Press Return, and the file will be securely deleted. If the file is very large, this may take a while.<\/p>\n<p>If you want to delete a folder, then use this command:<\/p>\n<p><code>srm -rv <\/code><\/p>\n<p>However, this command may still not delete other copies of a file that had previously been written to other parts of your disk.<\/p>\n<h3>How to securely erase free space in El Capitan<\/h3>\n<p>To fully clean up your drive, you can use another Terminal command to securely erase all its free space. (This feature used to be available in <a href=\"https:\/\/www.intego.com\/mac-security-blog\/manage-disks-and-volumes-with-os-xs-disk-utility\/\" target=\"_blank\">Disk Utility<\/a>, but Apple removed it.). The command is as follows:<\/p>\n<p><code>diskutil secureErase freespace LEVEL \/Volumes\/DRIVE<\/code><\/p>\n<p>Replace DRIVE with the name of your drive, and LEVEL to a number from 0 to 4. The following describes what these numbers mean:<\/p>\n<ul>\n<li>0 writes zeroes to the disk once<\/li>\n<li>1 writes a series of random numbers<\/li>\n<li>2 writes zeroes 7 times<\/li>\n<li>3 writes zeroes 35 times<\/li>\n<li>4 writes zeroes 3 times<\/li>\n<\/ul>\n<p>Note that the time it takes to erase the free space is multiplied by the number of passes.<\/p>\n<h3>Why Apple&#8217;s FileVault is your best solution<\/h3>\n<p>To ensure that no one can use disk recovery software on your drive, it&#8217;s best to use Apple&#8217;s FileVault.\u00a0Apple&#8217;s FileVault\u00a0full-disk encryption ensures that even when files are saved multiple times in different areas of a drive, they are encrypted. The only way anyone could get at them is if they have your FileVault password.<\/p>\n<p>If you haven&#8217;t yet given FileVault a go, it&#8217;s easy to enable.\u00a0Make sure you have logged into OS X with an account that has admin privileges, and go to\u00a0<strong>System Preferences<\/strong> &gt;<strong> Security &amp; Privacy<\/strong> &gt;<strong> FileVault<\/strong>. Once there, press\u00a0<strong>Turn on FileVault<\/strong>.\u00a0With FileVault turned on, you no longer have to worry about securely deleting files.<\/p>\n<p><strong>Further reading:<\/strong><\/p>\n<ul>\n<li><a href=\"https:\/\/www.intego.com\/mac-security-blog\/os-x-el-capitan-security-and-privacy-features-overview\/\" target=\"_blank\">OS X El Capitan: Security and Privacy Features Overview<\/a><\/li>\n<li><a href=\"https:\/\/www.intego.com\/mac-security-blog\/15-mac-hardening-security-tips-to-protect-your-privacy\/\" target=\"_blank\">15 Mac-Hardening Security Tips to Protect Your Privacy<\/a><\/li>\n<li><a href=\"https:\/\/www.intego.com\/mac-security-blog\/intego-software-updated-for-os-x-el-capitan-compatibility\/\" target=\"_blank\">Intego Software Updated for OS X El Capitan Compatibility<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Apple removed the &#8220;Secure Empty Trash&#8221; option in OS X El Capitan. This article explains how to securely delete trash and free space in El Capitan. <\/p>\n","protected":false},"author":46,"featured_media":47680,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false},"categories":[7,10,151],"tags":[2533,573,168,2269,2530,319],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<meta name=\"description\" content=\"Apple removed the &quot;Secure Empty Trash&quot; option in OS X El Capitan. This article explains how to securely delete trash and free space in El Capitan.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Securely Empty Trash in OS X El Capitan - The Mac Security Blog\" \/>\n<meta property=\"og:description\" content=\"Apple removed the &quot;Secure Empty Trash&quot; option in OS X El Capitan. This article explains how to securely delete trash and free space in El Capitan.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/\" \/>\n<meta property=\"og:site_name\" content=\"The Mac Security Blog\" \/>\n<meta property=\"article:published_time\" content=\"2015-11-05T18:42:32+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-08-25T11:19:04+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2015\/11\/Secure_Empty_Trash-400x260.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"400\" \/>\n\t<meta property=\"og:image:height\" content=\"260\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kirk McElhearn\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#organization\",\"name\":\"Intego\",\"url\":\"https:\/\/www.intego.com\/mac-security-blog\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2022\/10\/intego-organization-logo-for-google-knowledge-graph-875x875-1.png\",\"contentUrl\":\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2022\/10\/intego-organization-logo-for-google-knowledge-graph-875x875-1.png\",\"width\":875,\"height\":875,\"caption\":\"Intego\"},\"image\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#website\",\"url\":\"https:\/\/www.intego.com\/mac-security-blog\/\",\"name\":\"The Mac Security Blog\",\"description\":\"Keep Macs safe from the dangers of the Internet\",\"publisher\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.intego.com\/mac-security-blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#primaryimage\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2015\/11\/Secure_Empty_Trash-400x260.jpg\",\"contentUrl\":\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2015\/11\/Secure_Empty_Trash-400x260.jpg\",\"width\":400,\"height\":260,\"caption\":\"Secure Empty Trash\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#webpage\",\"url\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/\",\"name\":\"How to Securely Empty Trash in OS X El Capitan - The Mac Security Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#primaryimage\"},\"datePublished\":\"2015-11-05T18:42:32+00:00\",\"dateModified\":\"2017-08-25T11:19:04+00:00\",\"description\":\"Apple removed the \\\"Secure Empty Trash\\\" option in OS X El Capitan. This article explains how to securely delete trash and free space in El Capitan.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.intego.com\/mac-security-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Securely Empty Trash in OS X El Capitan\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#webpage\"},\"author\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#\/schema\/person\/a27d67016ab454807cd0c055fc28bb09\"},\"headline\":\"How to Securely Empty Trash in OS X El Capitan\",\"datePublished\":\"2015-11-05T18:42:32+00:00\",\"dateModified\":\"2017-08-25T11:19:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#webpage\"},\"wordCount\":627,\"commentCount\":6,\"publisher\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2015\/11\/Secure_Empty_Trash-400x260.jpg\",\"keywords\":[\"CVE-2015-5901\",\"FileVault\",\"OS X\",\"OS X El Capitan\",\"Secure Empty Trash\",\"Security\"],\"articleSection\":[\"Apple\",\"How To\",\"Recommended\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#respond\"]}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#\/schema\/person\/a27d67016ab454807cd0c055fc28bb09\",\"name\":\"Kirk McElhearn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.intego.com\/mac-security-blog\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9ffd73df6063179d7cdcb79109ff0a2d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9ffd73df6063179d7cdcb79109ff0a2d?s=96&d=mm&r=g\",\"caption\":\"Kirk McElhearn\"},\"description\":\"Kirk McElhearn has been writing about Apple product and computer security for more than 25 years. His blog, Kirkville, links to his work. He is co-host of the Intego Mac Podcast, as well as several other podcasts, and is a regular contributor to The Mac Security Blog, TidBITS, and several other websites and publications. Kirk has written more than two dozen books, including Take Control books about Apple's media apps, Scrivener, and LaunchBar. Follow him on Bluesky at @kirkville.com.\",\"sameAs\":[\"http:\/\/www.kirkville.com\"],\"url\":\"https:\/\/www.intego.com\/mac-security-blog\/author\/kirk-mcelhearn\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"description":"Apple removed the \"Secure Empty Trash\" option in OS X El Capitan. This article explains how to securely delete trash and free space in El Capitan.","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:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/","og_locale":"en_US","og_type":"article","og_title":"How to Securely Empty Trash in OS X El Capitan - The Mac Security Blog","og_description":"Apple removed the \"Secure Empty Trash\" option in OS X El Capitan. This article explains how to securely delete trash and free space in El Capitan.","og_url":"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/","og_site_name":"The Mac Security Blog","article_published_time":"2015-11-05T18:42:32+00:00","article_modified_time":"2017-08-25T11:19:04+00:00","og_image":[{"width":400,"height":260,"url":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2015\/11\/Secure_Empty_Trash-400x260.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kirk McElhearn","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/www.intego.com\/mac-security-blog\/#organization","name":"Intego","url":"https:\/\/www.intego.com\/mac-security-blog\/","sameAs":[],"logo":{"@type":"ImageObject","@id":"https:\/\/www.intego.com\/mac-security-blog\/#logo","inLanguage":"en-US","url":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2022\/10\/intego-organization-logo-for-google-knowledge-graph-875x875-1.png","contentUrl":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2022\/10\/intego-organization-logo-for-google-knowledge-graph-875x875-1.png","width":875,"height":875,"caption":"Intego"},"image":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/#logo"}},{"@type":"WebSite","@id":"https:\/\/www.intego.com\/mac-security-blog\/#website","url":"https:\/\/www.intego.com\/mac-security-blog\/","name":"The Mac Security Blog","description":"Keep Macs safe from the dangers of the Internet","publisher":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.intego.com\/mac-security-blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#primaryimage","inLanguage":"en-US","url":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2015\/11\/Secure_Empty_Trash-400x260.jpg","contentUrl":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2015\/11\/Secure_Empty_Trash-400x260.jpg","width":400,"height":260,"caption":"Secure Empty Trash"},{"@type":"WebPage","@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#webpage","url":"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/","name":"How to Securely Empty Trash in OS X El Capitan - The Mac Security Blog","isPartOf":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#primaryimage"},"datePublished":"2015-11-05T18:42:32+00:00","dateModified":"2017-08-25T11:19:04+00:00","description":"Apple removed the \"Secure Empty Trash\" option in OS X El Capitan. This article explains how to securely delete trash and free space in El Capitan.","breadcrumb":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.intego.com\/mac-security-blog\/"},{"@type":"ListItem","position":2,"name":"How to Securely Empty Trash in OS X El Capitan"}]},{"@type":"Article","@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#article","isPartOf":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#webpage"},"author":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/#\/schema\/person\/a27d67016ab454807cd0c055fc28bb09"},"headline":"How to Securely Empty Trash in OS X El Capitan","datePublished":"2015-11-05T18:42:32+00:00","dateModified":"2017-08-25T11:19:04+00:00","mainEntityOfPage":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#webpage"},"wordCount":627,"commentCount":6,"publisher":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/#organization"},"image":{"@id":"https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#primaryimage"},"thumbnailUrl":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2015\/11\/Secure_Empty_Trash-400x260.jpg","keywords":["CVE-2015-5901","FileVault","OS X","OS X El Capitan","Secure Empty Trash","Security"],"articleSection":["Apple","How To","Recommended"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.intego.com\/mac-security-blog\/how-to-securely-empty-trash-in-os-x-el-capitan\/#respond"]}]},{"@type":"Person","@id":"https:\/\/www.intego.com\/mac-security-blog\/#\/schema\/person\/a27d67016ab454807cd0c055fc28bb09","name":"Kirk McElhearn","image":{"@type":"ImageObject","@id":"https:\/\/www.intego.com\/mac-security-blog\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/9ffd73df6063179d7cdcb79109ff0a2d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9ffd73df6063179d7cdcb79109ff0a2d?s=96&d=mm&r=g","caption":"Kirk McElhearn"},"description":"Kirk McElhearn has been writing about Apple product and computer security for more than 25 years. His blog, Kirkville, links to his work. He is co-host of the Intego Mac Podcast, as well as several other podcasts, and is a regular contributor to The Mac Security Blog, TidBITS, and several other websites and publications. Kirk has written more than two dozen books, including Take Control books about Apple's media apps, Scrivener, and LaunchBar. Follow him on Bluesky at @kirkville.com.","sameAs":["http:\/\/www.kirkville.com"],"url":"https:\/\/www.intego.com\/mac-security-blog\/author\/kirk-mcelhearn\/"}]}},"jetpack_featured_media_url":"https:\/\/www.intego.com\/mac-security-blog\/wp-content\/uploads\/2015\/11\/Secure_Empty_Trash-400x260.jpg","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p4VAYd-cnx","amp_enabled":true,"_links":{"self":[{"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/posts\/47587"}],"collection":[{"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/users\/46"}],"replies":[{"embeddable":true,"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/comments?post=47587"}],"version-history":[{"count":35,"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/posts\/47587\/revisions"}],"predecessor-version":[{"id":69445,"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/posts\/47587\/revisions\/69445"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/media\/47680"}],"wp:attachment":[{"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/media?parent=47587"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/categories?post=47587"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/origin.intego.com\/mac-security-blog\/wp-json\/wp\/v2\/tags?post=47587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}