Difference between revisions of "Team:Groningen/Coding"

Line 206: Line 206:
 
 
 
function advanceStage(prev){
 
function advanceStage(prev){
var prev ? prev.idx : 0,
+
var idx = prev ? prev.idx : 0,
 
cur = stages[idx],
 
cur = stages[idx],
 
data = prev.data,
 
data = prev.data,

Revision as of 14:28, 26 August 2016

CryptoGE®M
Team
Project
Biology
Computing
Human Practice
Acknowledgements

SpyGEM coding

Encryption


Enter the message you want to secure here

Message

Key

Enter your secret key/password here


Plain text


Oop top