Difference between revisions of "Team:Groningen/Software"

(Replaced content with "{{Groningen}} <html> </html> {{Groningen/footer}}")
Line 1: Line 1:
 
{{Groningen}}
 
{{Groningen}}
 
<html>
 
<html>
 
+
<article class="columnize">
 +
<section>
 +
<h2>Software</h2>
 +
 +
<p>This article will explain in detail how the software part of
 +
CryptoGErM works. To encrypt the message and translate it to DNA we
 +
wrote several Javascripts. They are used in the demonstration of our
 +
software on the <a href="/Team:Groningen/Coding">Coding</a> page.</p>
 +
 +
<p>The software is divided into several modules, each in their own
 +
file. Every module creates a variable that contains the functionality
 +
that it provides. Two of the modules were not written by us, but
 +
used under an open source license. The AES module was written by
 +
Chris Veness at <a href="http://www.movable-type.co.uk/scripts/aes.html">Movable-Type.co.uk</a>
 +
and the CRC implementation was written by
 +
Github user <a href="https://gist.github.com/chitchcock">chitchcock</a>
 +
and published as Github <a href="https://gist.github.com/chitchcock/5112270">Gist #5112270</a>.
 +
All other code was written by us and is licensed under the <a href="https://opensource.org/licenses/MIT">MIT license</a>.</p>
 +
</section>
 +
 +
<section>
 +
<h3>Encryption</h3>
 +
 +
<p></p>
 +
</section>
 +
</article>
 
</html>
 
</html>
 
{{Groningen/footer}}
 
{{Groningen/footer}}

Revision as of 10:54, 15 September 2016

CryptoGE®M
Team
Project
Biology
Computing
Human Practice
Acknowledgements

Software

This article will explain in detail how the software part of CryptoGErM works. To encrypt the message and translate it to DNA we wrote several Javascripts. They are used in the demonstration of our software on the Coding page.

The software is divided into several modules, each in their own file. Every module creates a variable that contains the functionality that it provides. Two of the modules were not written by us, but used under an open source license. The AES module was written by Chris Veness at Movable-Type.co.uk and the CRC implementation was written by Github user chitchcock and published as Github Gist #5112270. All other code was written by us and is licensed under the MIT license.

Encryption

Oop top