<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ssd tweaks Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/ssd-tweaks/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 06 Nov 2018 08:15:59 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>Bypass Hardware Disk Encryption on SSD Drives</title>
		<link>https://www.osradar.com/bypass-hardware-disk-encryption-on-ssd-drives/</link>
					<comments>https://www.osradar.com/bypass-hardware-disk-encryption-on-ssd-drives/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Tue, 06 Nov 2018 08:15:59 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[ssd data recovery]]></category>
		<category><![CDATA[ssd hack]]></category>
		<category><![CDATA[ssd tweaks]]></category>
		<category><![CDATA[ssd vulnerability]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=7001</guid>

					<description><![CDATA[<p>Hardware protection is one of the most important parts of today’s computing. It ensures the utmost security on the system, leaving the least possible option for the hacker(s)/crook(s) to get our valuable data. Recently, security researchers found flaws in the popular SSDs that poses a serious threat in data protection. Check out Windows tweaks for [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/bypass-hardware-disk-encryption-on-ssd-drives/">Bypass Hardware Disk Encryption on SSD Drives</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hardware protection is one of the most important parts of today’s computing. It ensures the utmost security on the system, leaving the least possible option for the hacker(s)/crook(s) to get our valuable data. Recently, security researchers found flaws in the popular SSDs that poses a serious threat in data protection.</p>
<p><a href="https://www.osradar.com/windows-tweaks-for-increasing-ssd-lifetime/">Check out Windows tweaks for saving up your SSD’s write cycles</a>.</p>
<h1>The flaw</h1>
<p><img loading="lazy" class="size-full wp-image-7006 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/broken-ssd.png" alt="" width="960" height="560" srcset="https://www.osradar.com/wp-content/uploads/2018/11/broken-ssd.png 960w, https://www.osradar.com/wp-content/uploads/2018/11/broken-ssd-300x175.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/broken-ssd-768x448.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/broken-ssd-696x406.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/broken-ssd-720x420.png 720w" sizes="(max-width: 960px) 100vw, 960px" /></p>
<p>Using the flaw in the modern, popular SSDs like Samsung and Crucial, security researchers were able to bypass hardware decryption without a password. Carlo Meijer and Bernard van Gastel from Radboud University conducted the research.</p>
<p>They successfully modified the firmware or used a debugging interface to modify the password validation routine in SSD drives and ultimately, decrypt “hardware encrypted” data without password. The test was successful in getting data out of Crucial MX 100, MX 200, MX 300 and Samsung 840 EVO, 850 EVO, T3 Portable, T5 Portable etc.</p>
<p>According to the report, the researchers were able to reverse engineer the firmware of those SSDs. In theory, the hardware encryption was similar to software implementations. In reality, many of those implementations have critical weaknesses as many models allow complete recovery of the data without any knowledge of any secret.</p>
<p>Windows BitLocker is also vulnerable to this issue as it enables hard drive encryption by default.</p>
<h1>How the flaw works</h1>
<p><img loading="lazy" class=" wp-image-7007 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/ssd-flaw.jpg" alt="" width="715" height="476" srcset="https://www.osradar.com/wp-content/uploads/2018/11/ssd-flaw.jpg 626w, https://www.osradar.com/wp-content/uploads/2018/11/ssd-flaw-300x200.jpg 300w" sizes="(max-width: 715px) 100vw, 715px" /></p>
<p>In the case of Crucial MX 100, MX 200 and Samsung T3 Portable, the researchers, using the device’s JTAG debugging interface, successfully modified the password validation routine. Then, the routine would allow access to the data regardless of right/wrong password.</p>
<p><img loading="lazy" class="size-full wp-image-7008 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/jtag-interface.jpg" alt="" width="589" height="416" srcset="https://www.osradar.com/wp-content/uploads/2018/11/jtag-interface.jpg 589w, https://www.osradar.com/wp-content/uploads/2018/11/jtag-interface-300x212.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/11/jtag-interface-100x70.jpg 100w" sizes="(max-width: 589px) 100vw, 589px" /></p>
<p>In the case of Crucial MX 300, researchers had to use a modified firmware as the JTAG debugging interface was disabled by default. After enabling, the same method decrypted the password without any problem.</p>
<p>Samsung 840 EVO and 850 EVO SSDs were a bit difficult to crack. Depending on the SED specification in action, the researchers had to connect to the JTAG debug port or issue a wear-level concern, allowing them to recover the cryptographic secrets required for unlocking the drive.</p>
<h1>How to stay secure</h1>
<p>The SSDs that are currently on the market aren’t secure enough to protect your data once crook(s) get their hands on. Before you dump an SSD, you have to make sure that the drive doesn’t contain any important data.</p>
<p>If you’re using BitLocker, make sure that you disable the hardware encryption feature from “Group Policy Editor”.</p>
<p><img loading="lazy" class="size-full wp-image-7003 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/ssd-1.png" alt="" width="993" height="591" srcset="https://www.osradar.com/wp-content/uploads/2018/11/ssd-1.png 993w, https://www.osradar.com/wp-content/uploads/2018/11/ssd-1-300x179.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/ssd-1-768x457.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/ssd-1-696x414.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/ssd-1-706x420.png 706w" sizes="(max-width: 993px) 100vw, 993px" /></p>
<p>Go to Computer Configuration &gt;&gt; Administrative Templates &gt;&gt; Windows Components &gt;&gt; BitLocker Drive Encryption &gt;&gt; Operating System Drives &gt;&gt; Configure use of hardware-based encryption for operating system drives.</p>
<p><img loading="lazy" class="size-full wp-image-7005 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/ssd-2.png" alt="" width="993" height="591" srcset="https://www.osradar.com/wp-content/uploads/2018/11/ssd-2.png 993w, https://www.osradar.com/wp-content/uploads/2018/11/ssd-2-300x179.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/ssd-2-768x457.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/ssd-2-696x414.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/ssd-2-706x420.png 706w" sizes="(max-width: 993px) 100vw, 993px" /></p>
<p>&nbsp;</p>
<p>Change the value to “Disabled”.</p>
<p><img loading="lazy" class="size-full wp-image-7004 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/11/ssd-3.png" alt="" width="993" height="591" srcset="https://www.osradar.com/wp-content/uploads/2018/11/ssd-3.png 993w, https://www.osradar.com/wp-content/uploads/2018/11/ssd-3-300x179.png 300w, https://www.osradar.com/wp-content/uploads/2018/11/ssd-3-768x457.png 768w, https://www.osradar.com/wp-content/uploads/2018/11/ssd-3-696x414.png 696w, https://www.osradar.com/wp-content/uploads/2018/11/ssd-3-706x420.png 706w" sizes="(max-width: 993px) 100vw, 993px" /></p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/bypass-hardware-disk-encryption-on-ssd-drives/">Bypass Hardware Disk Encryption on SSD Drives</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/bypass-hardware-disk-encryption-on-ssd-drives/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows Tweaks for Increasing SSD Lifetime</title>
		<link>https://www.osradar.com/windows-tweaks-for-increasing-ssd-lifetime/</link>
					<comments>https://www.osradar.com/windows-tweaks-for-increasing-ssd-lifetime/#respond</comments>
		
		<dc:creator><![CDATA[osradar_editor]]></dc:creator>
		<pubDate>Tue, 16 Oct 2018 08:27:15 +0000</pubDate>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ssd]]></category>
		<category><![CDATA[ssd tweaks]]></category>
		<category><![CDATA[ssd tweaks windows]]></category>
		<category><![CDATA[windows ssd tweaks]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=6470</guid>

					<description><![CDATA[<p>SSD is one of the best additions in the storage sector. It allows you to enjoy faster data transfer and a safer data storage solution, despite the fact that the price of SSD is higher than the traditional HDD. Of course, SSD uses flash memory for storing data that’s costlier than HDD’s. SSD is a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/windows-tweaks-for-increasing-ssd-lifetime/">Windows Tweaks for Increasing SSD Lifetime</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>SSD is one of the best additions in the storage sector. It allows you to enjoy faster data transfer and a safer data storage solution, despite the fact that the price of SSD is higher than the traditional HDD. Of course, SSD uses flash memory for storing data that’s costlier than HDD’s.</p>
<p>SSD is a highly optimized solution for using under heavy load. Yet, you have to worry about its lifespan. Yes, unlike HDD, there’s a limited amount of data you can write to your SSD before it dies. Here are some of the important tricks that you should follow to reduce the data writings on your SSD.</p>
<h1>Why SSD wears out</h1>
<p><img loading="lazy" class="size-full wp-image-6499 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/10/ssd-wearing.jpg" alt="" width="940" height="490" srcset="https://www.osradar.com/wp-content/uploads/2018/10/ssd-wearing.jpg 940w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-wearing-300x156.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-wearing-768x400.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-wearing-696x363.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-wearing-806x420.jpg 806w" sizes="(max-width: 940px) 100vw, 940px" /></p>
<p>SSD is made of small flash cells. Each of the cells holds the datum “1” or “0” that consists of all the data you put inside it. Each cell has a limited number of writings. When a cell changes its value, the writing cycle is used. When all the writing cycles are used, that cell is basically useless. It can’t hold data anymore.</p>
<p>For any SSD, there’s a limit how much data you can write on the SSD. This can be counted as TBW (Terabytes Written). I wish the SSD companies out there would provide TBWs of their products. However, here’s a basic TBW to keep in mind.</p>
<p>The TBW value can vary from SSD to SSD dramatically. These values are for a rough estimation. There are tons of reviews available on a large range of SSDs. Feel free to check them out for a more accurate result.</p>
<ul>
<li>60GB SSD – about 30 TBW.</li>
<li>120GB SSD – about 60 TBW.</li>
<li>240GB SSD – about 120 TBW.</li>
<li>480GB SSD – about 240 TBW.</li>
<li>960GB SSD – about 480 TBW.</li>
</ul>
<p>Again, these are rough estimations. For the exact value for a specific SSD, you should check out the reviews available in the internet.</p>
<h1>Windows tweaks</h1>
<p><img loading="lazy" class=" wp-image-6496 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/10/windows-tweaks.jpg" alt="" width="753" height="424" srcset="https://www.osradar.com/wp-content/uploads/2018/10/windows-tweaks.jpg 600w, https://www.osradar.com/wp-content/uploads/2018/10/windows-tweaks-300x169.jpg 300w" sizes="(max-width: 753px) 100vw, 753px" /></p>
<p>Windows is one of the most popular operating systems all over the world. In the current world, it’s pretty common to use an SSD as the boot drive for a faster boot performance. Truth be told, by replacing just the HDD of your 10-years-old machine with an SSD can turn the machine a lot faster, even to compete with the modern hardware!</p>
<p>In the case of Windows, there are a number of features that the operating system uses to perform better. For HDD, these options are pretty useful. However, when you’re using SSD as the boot drive, those settings have no effect. The performance of SSD is so fast that using prefetch, superfetch, auto defrag etc. won’t have any advantage.</p>
<h1>Windows tweaks for SSD</h1>
<p><img loading="lazy" class="size-full wp-image-6497 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/10/ssd-tweaks.jpg" alt="" width="800" height="400" srcset="https://www.osradar.com/wp-content/uploads/2018/10/ssd-tweaks.jpg 800w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-tweaks-300x150.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-tweaks-768x384.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-tweaks-696x348.jpg 696w" sizes="(max-width: 800px) 100vw, 800px" /></p>
<p>Strangely, Windows tends to keep HDD tweaks active, even if you’re using an SSD! Here are all those options that you should disable.</p>
<ul>
<li>Superfetch – It’s a new service that’s introduced with Windows 10. It predicts what app you’re about to use next depending on your usage info and preloads the app in the system memory. It’s essentially a better version of “Prefetch”.</li>
<li>Prefetch – A method to increase the startup performance of Windows and other apps by loading app data into the memory.</li>
<li>Auto defrag – Moves the file portions around the disk into nearer places so that the entire file is accessible faster. This is very beneficial for HDDs as the one single file, on the physical disk, can be scattered into different pieces all over the place.</li>
<li>Hibernation – Hibernates the computer and saves the current state into the system. SSD performance is very fast to allow you boot instantly. If you’re using this feature frequently, you should not disable the option.</li>
</ul>
<p>These are HDD specific tweaks that you have to change. Additionally, a few more tweaks will help.</p>
<ul>
<li>NTFS memory usage</li>
<li>Large system cache</li>
<li>System files in memory – Drivers and kernels must remain on the physical memory.</li>
<li>Pagefile</li>
</ul>
<p>Other important things are not to install all your large programs (games and others), changing the “Downloads”, “Documents”, “Videos”, “Pictures” etc. folder location to a different storage etc. All the options should help you enjoy the maximum SSD longevity.</p>
<h1>How to apply the tweaks</h1>
<p>Here’s a simple tool that allows you to perform all the tasks very easily. Get Tweak SSD. Get the free version as it’s enough for doing the job.</p>
<p><img loading="lazy" class="size-full wp-image-6489 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/10/ssd-1.png" alt="" width="730" height="537" srcset="https://www.osradar.com/wp-content/uploads/2018/10/ssd-1.png 730w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-1-300x221.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-1-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-1-696x512.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-1-571x420.png 571w" sizes="(max-width: 730px) 100vw, 730px" /></p>
<p>On the “SSD System Optimization” tab, you’ll find out all the available options.</p>
<p><img loading="lazy" class="size-full wp-image-6495 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/10/ssd-2.png" alt="" width="730" height="537" srcset="https://www.osradar.com/wp-content/uploads/2018/10/ssd-2.png 730w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-2-300x221.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-2-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-2-696x512.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-2-571x420.png 571w" sizes="(max-width: 730px) 100vw, 730px" /> <img loading="lazy" class="size-full wp-image-6494 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/10/ssd-3.png" alt="" width="730" height="537" srcset="https://www.osradar.com/wp-content/uploads/2018/10/ssd-3.png 730w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-3-300x221.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-3-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-3-696x512.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-3-571x420.png 571w" sizes="(max-width: 730px) 100vw, 730px" /> <img loading="lazy" class="size-full wp-image-6493 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/10/ssd-4.png" alt="" width="730" height="537" srcset="https://www.osradar.com/wp-content/uploads/2018/10/ssd-4.png 730w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-4-300x221.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-4-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-4-696x512.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-4-571x420.png 571w" sizes="(max-width: 730px) 100vw, 730px" /> <img loading="lazy" class="size-full wp-image-6492 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/10/ssd-5.png" alt="" width="730" height="537" srcset="https://www.osradar.com/wp-content/uploads/2018/10/ssd-5.png 730w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-5-300x221.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-5-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-5-696x512.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-5-571x420.png 571w" sizes="(max-width: 730px) 100vw, 730px" /> <img loading="lazy" class="size-full wp-image-6491 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/10/ssd-6.png" alt="" width="730" height="537" srcset="https://www.osradar.com/wp-content/uploads/2018/10/ssd-6.png 730w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-6-300x221.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-6-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-6-696x512.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-6-571x420.png 571w" sizes="(max-width: 730px) 100vw, 730px" /> <img loading="lazy" class="size-full wp-image-6490 aligncenter" src="https://www.osradar.com/wp-content/uploads/2018/10/ssd-7.png" alt="" width="730" height="537" srcset="https://www.osradar.com/wp-content/uploads/2018/10/ssd-7.png 730w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-7-300x221.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-7-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-7-696x512.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/ssd-7-571x420.png 571w" sizes="(max-width: 730px) 100vw, 730px" /></p>
<p>Just apply the tweak and voila! Mission accomplished!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/windows-tweaks-for-increasing-ssd-lifetime/">Windows Tweaks for Increasing SSD Lifetime</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/windows-tweaks-for-increasing-ssd-lifetime/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
