<?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>Myows Blog &#187; Technology</title>
	<atom:link href="http://myows.com/blog/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://myows.com/blog</link>
	<description>It&#039;s about online copyright protection</description>
	<lastBuildDate>Sun, 06 May 2012 10:55:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Simplicity and security in design</title>
		<link>http://myows.com/blog/simplicity-and-security-in-design/</link>
		<comments>http://myows.com/blog/simplicity-and-security-in-design/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 08:33:17 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[dev]]></category>

		<guid isPermaLink="false">http://myows.com/blog/?p=813</guid>
		<description><![CDATA[Two of the biggest challenges in any web application are simplicity and security. The importance of good security is immediately obvious. The security and integrity of a user&#8217;s data is the most important thing that an organisation such as myows.com is entrusted with when the user signs up to their service… and the challenges airtight [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://myows.com/blog/wp-content/uploads/2009/11/security_simplicity.jpg" alt="security and simplicity in designing a copyright protection app" title="security and simplicity in designing a copyright protection app" width="585" height="389" class="alignnone size-full wp-image-816" /></p>
<p>Two of the biggest challenges in any web application are simplicity and security. </p>
<p>The importance of good security is immediately obvious. The security and integrity of a user&#8217;s data is the most important thing that an organisation such as <a href="http://myows.com">myows.com</a> is entrusted with when the user signs up to their service… and the challenges airtight security represents are numerous. </p>
<p>Secure design is also not something that can be tackled on at the end of development, but must be a consideration every step of the way. </p>
<p><span id="more-813"></span>Simplicity is another very well recognised goal, however it is seldom achieved as much as it is aimed for (or paid lip service to). A simple interface or experience doesn&#8217;t mean one that is “dumbed down” or offers less capability than a complex one – even the most powerful and capable tools should aim for the simplest possible presentation. Truly simple and functional design is surprisingly difficult to achieve. </p>
<p>When your aim is to excel at both security and simplicity, you cannot sacrifice either one for the other, and the interaction between them can be complex. Many security procedures can make users feel like they are being made to take a longer way around than necessary. </p>
<p>Also one must be careful of “security theatre” &#8211; security procedures that may seem effective, and make people feel safe, but in actuality are easy to defeat (and so do not really add anything of value).When making things simpler, it&#8217;s important to realise that some things should still require a few steps or additional confirmation. </p>
<p>When creating the interface and interaction flow for <a href="http://myows.com">myows.com</a>, we faced quite a few decisions on how to best manage and balance these factors. One of the these concerned Myows’ central function &#8211; how to handle the actual timestamping and certification of works. </p>
<p>Many solutions around the timestamping and certification of documents and other data have focussed on digital signatures &#8211; signing works and providing users with signed versions of their files, or hashes of the file&#8217;s content to keep. </p>
<p>With <a href="http://myows.com">myows.com</a>, we decided to keep the actual work, along with the timestamp data, all together in one place. This frees users from having to deal with private and public keys, or storing their own hashes and works securely (and having to make sure these are kept safe). </p>
<p>As all transactions are over HTTPS, works are secure between the user&#8217;s computer and Myows, and cannot be tampered with. Once the works are with Myows, we store them in our secure system – nothing else is required of the user. </p>
<p>This solution satisfied our goals of being safe and straightforward to use and understand, without sacrificing any functionality – actually, it&#8217;s more convenient and useful than having to keep track of hashes, keys, etc. It also makes for more reliable evidence at the end of the day as opportunities for tampering are non existent when evidence is stored by a neutral and reliable third party.</p>
<p>This kind of balancing act is guaranteed to turn up many times in any project &#8211; however by staying flexible and aware of the overarching design ideals, very rarely should one goal have to be sacrificed for the sake of others. </p>
]]></content:encoded>
			<wfw:commentRss>http://myows.com/blog/simplicity-and-security-in-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technology meets copyright</title>
		<link>http://myows.com/blog/technology-meets-copyright/</link>
		<comments>http://myows.com/blog/technology-meets-copyright/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 10:16:33 +0000</pubDate>
		<dc:creator>Dave</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[dev]]></category>

		<guid isPermaLink="false">http://myows.com/blog/?p=776</guid>
		<description><![CDATA[Technology seems to be, by its nature, a democratising influence. As new advancements are made, capabilities that were once in the hands of an elite few are unlocked for anyone who wants them. In recent times the interplay between this increasing of ability and the way that copyright has traditionally worked has come to the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://myows.com/blog/wp-content/uploads/2009/11/technology.jpg" alt="technology meets copyright" title="technology meets copyright" width="585" height="300" class="alignnone size-full wp-image-781" /></p>
<p>Technology seems to be, by its nature, a democratising influence. As new advancements are made, capabilities that were once in the hands of an elite few are unlocked for anyone who wants them. In recent times the interplay between this increasing of ability and the way that copyright has traditionally worked has come to the fore. </p>
<p><span id="more-776"></span></p>
<h2>In modern times, copyright theft is easy to achieve</h2>
<p>The way that technology develops is usually uneven, often surprising us with the way that the landscape is changed. Essentially, some things become easier more rapidly than others. One of the most prominent examples in the creative fields has been the ease with which works can be duplicated. </p>
<p>For a long time, copyright (the right to copy) was enforceable mostly simply through the relative difficulty of creating copies of a work. When films had to be printed onto actual film, specialised equipment was needed. </p>
<p>When VCRs first arrived on the scene, some know how and two machines were required. Now, all that is needed to create duplicates is a regular computer – even a notebook will do. The same is true for images, books, software – practically everything to which copyright applies. </p>
<p>The spread of the ability to reproduce works is by no means a bad thing for creators. For instance, it allows many who could not previously get their work out there without distribution deals or printing equipmen to have the kind of ability to reach an audience that was previously very hard to get to. However, the tools for protecting original works have not kept pace with the tools for duplicating them. </p>
<h2>New factors are involved in protecting your copyright</h2>
<p>Part of the reason for this is that protecting works is a process – it&#8217;s not an action that is taken once, and then remains done, but involves several factors – proving ownership, keeping track of assigned rights, finding infringers, and taking the correct legal steps. Much of the technology influencing copyright has been about actions – authoring or copying a work. Recently however, process focussed innovations have been gaining popularity. </p>
<p>When creating <a href="http:/myows.com">myows.com</a>, we realised that solving the problem of proving ownership of a work without necessarily always being able to use the official copyright process was only part of the problem facing creators. Providing evidence of ownership and date of creation was obviously of primary importance. Just as important though, if not more so, was the process of keeping track of works and permissions and following the correct steps when infringing content was discovered. In this way we could provide not only a starting point, but also steps toward a favourable solution. </p>
<p>The change created by technology is a constant force – however, with the right tools, we can ensure that it works to our advantage as creatives by continuing to benefit from the positives, and protect ourselves from the negatives. </p>
]]></content:encoded>
			<wfw:commentRss>http://myows.com/blog/technology-meets-copyright/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

