<?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>Garage &#187; data storage</title>
	<atom:link href="https://invoicebus.com/garage/tag/data-storage/feed/" rel="self" type="application/rss+xml" />
	<link>https://invoicebus.com/garage</link>
	<description>Blog about running a business and solving invoicing and billing problems</description>
	<lastBuildDate>Thu, 30 Apr 2026 14:15:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>Sleep tight, your data is secure, part 3 – Data Storage Security</title>
		<link>https://invoicebus.com/garage/sleep-tight-your-data-is-secure-part-3/</link>
		<comments>https://invoicebus.com/garage/sleep-tight-your-data-is-secure-part-3/#comments</comments>
		<pubDate>Sat, 08 Oct 2011 19:00:51 +0000</pubDate>
		<dc:creator><![CDATA[Invoicebus Team]]></dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technical Stuff]]></category>
		<category><![CDATA[aes]]></category>
		<category><![CDATA[data storage]]></category>
		<category><![CDATA[enryption]]></category>
		<category><![CDATA[how we build invoicebus]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://garage.invoicebus.com/?p=770</guid>
		<description><![CDATA[<p>To make Invoicebus a place where its customers would feel safe and sound, we’ve built a little fortress around its data. We reveal a tiny, but interesting part of its architecture. Data Storage Security In our case, data storage security refers to the way of keeping and managing customer’s data within the database: invoices, quotes, [&#8230;]<br />
<h3>Author information</h3>
<div class="ts-fab-wrapper" style="overflow:hidden">
<div class="ts-fab-photo" style="float:left;width:64px"><img alt='Invoicebus Team' src='https://secure.gravatar.com/avatar/a311597603749cd2495cd7100f4a340a?s=64&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G' class='avatar avatar-64 photo' height='64' width='64' /></div>
<p><!-- /.ts-fab-photo -->
<div class="ts-fab-text" style="margin-left:74px">
<div class="ts-fab-header">
<h4>Invoicebus Team</h4>
</div>
<p><!-- /.ts-fab-header -->
<div class="ts-fab-content" style="margin-bottom:0.5em">
<p><a href="https://invoicebus.com/team/">We're</a> a team comprised of a few die-hard code freaks, lovers of beautiful design, stewards of simplicity, and passionately dedicated to the user experience.  Invoicebus is a great vehicle to express what we do best. <a href="https://invoicebus.com/manifesto/">Click here</a> to learn more on our business philosophy and how we actually do it.</p>
</div>
<div class="ts-fab-footer"> | <a href="http://twitter.com/invoicebus">Twitter</a> | <a href="http://www.facebook.com/invoicebus">Facebook</a> | </div>
<p><!-- /.ts-fab-footer --></div>
<p><!-- /.ts-fab-text --></div>
<p><!-- /.ts-fab-wrapper --></p>
<p>The post <a rel="nofollow" href="https://invoicebus.com/garage/sleep-tight-your-data-is-secure-part-3/">Sleep tight, your data is secure, part 3 – Data Storage Security</a> appeared first on <a rel="nofollow" href="https://invoicebus.com/garage">Garage</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h2>To make Invoicebus a place where its customers would feel safe and sound, we’ve built a little fortress around its data. We reveal a tiny, but interesting part of its architecture.</h2>
<h3>Data Storage Security</h3>
<p>In our case, data storage security refers to the way of keeping and managing customer’s data within the database: invoices, quotes, clients, company details etc.<br />
<br />
These kinds of sensitive information are kept in a form that is encrypted by the Advanced Encryption Standard (<a href="http://en.wikipedia.org/wiki/Advanced_Encryption_Standard">AES</a>) &#8211; first open symmetric-key cipher approved by the National Security Agency (NSA) and used by the US federal government for storing secret information.</p>
<p>The human way of showing how this thing works is by the picture below:<br />
<br />
<a href="http://garage.invoicebus.com/wp-content/uploads/2011/10/security-talk-3-picture.jpg" rel="lightbox[770]"><img src="http://garage.invoicebus.com/wp-content/uploads/2011/10/security-talk-3-picture.jpg" alt="Invoicebus AES Data enctiption-decription" title="AES encription/decription of data" width="606" height="162" class="alignnone size-full wp-image-773" /></a><br />
<br />
We use the words <b>lock</b>, <b>unlock</b> as a way to visualize the meaning of <b>encryption</b>, <b>decryption</b> process of the powerful AES algorithm respectively.</p>
<p>The security key is kept encrypted (with <a href="http://en.wikipedia.org/wiki/RSA">RSA</a> algorithm) in a separate, isolated place (on a different server protected by other security mechanisms and firewalls). Every time when AES needs to lock/unlock data, it requires the decrypted form of his key.</p>
<p>Hypothetically spoken, if security breach happens to the database server, the attacker would not be able to retrieve any meaningful data without this key, unless he has Dan Brown’s <a href="http://encyclopedia.thefreedictionary.com/TRANSLTR">TRANSLATR</a> at home.</p>
<h3>Other aspects of Data Storage Security</h3>
<p>Backups and redundancy are closely related to the Data Storage Security, but will be covered in the upcoming part 5 &#8211; Hosting Server Security.<br />
Part 4 and 5 of this security talk series will be continued after the Invoicebus launch.</p>
<h3>Author information</h3><div class="ts-fab-wrapper" style="overflow:hidden"><div class="ts-fab-photo" style="float:left;width:64px"><img alt='Invoicebus Team' src='https://secure.gravatar.com/avatar/a311597603749cd2495cd7100f4a340a?s=64&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G' class='avatar avatar-64 photo' height='64' width='64' /></div><!-- /.ts-fab-photo --><div class="ts-fab-text" style="margin-left:74px"><div class="ts-fab-header"><h4>Invoicebus Team</h4></div><!-- /.ts-fab-header --><div class="ts-fab-content" style="margin-bottom:0.5em"><p><a href="https://invoicebus.com/team/">We're</a> a team comprised of a few die-hard code freaks, lovers of beautiful design, stewards of simplicity, and passionately dedicated to the user experience.  Invoicebus is a great vehicle to express what we do best. <a href="https://invoicebus.com/manifesto/">Click here</a> to learn more on our business philosophy and how we actually do it.</p>
</div><div class="ts-fab-footer"> | <a href="http://twitter.com/invoicebus">Twitter</a> | <a href="http://www.facebook.com/invoicebus">Facebook</a> | </div><!-- /.ts-fab-footer --></div><!-- /.ts-fab-text --></div><!-- /.ts-fab-wrapper --><p>The post <a rel="nofollow" href="https://invoicebus.com/garage/sleep-tight-your-data-is-secure-part-3/">Sleep tight, your data is secure, part 3 – Data Storage Security</a> appeared first on <a rel="nofollow" href="https://invoicebus.com/garage">Garage</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://invoicebus.com/garage/sleep-tight-your-data-is-secure-part-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
