Team:SYSU-Software/saft

From 2013.igem.org

Team:SYSU-Software new

Safety forms were approved on September 17 2013,by Kelly Drinkwater
IGEM_2013_Basic_Safety_Form.pdf
IGEM_2013_Software_form.pdf

Q1: Are you using the iGEM Software repository at github.com/igemsoftware?If you have instead stored your code elsewhere, please explain where and why you have put it there.If your code is not in the iGEM repository, are you using any version control system such as Git, CVS, or SVN?

We will push our code to github.com/igemsoftware in time. However, the network connection between an overseas server and us is not satisfactory. So our code is stored at https://git.oschina.net/guoskyhero/igem2013_sysu/, and we use Git as the version control system. If there is any demand for our code, please feel free to contact us.

Q2: a. Does your software store any private data supplied by the user? (For example: the user's name and email address, passwords, DNA sequences, circuit designs, etc.) If yes, please describe what kind of data is stored. If no, skip the rest of this question and move on to question 3.

Yes, our software stores user's name, gender, password, DNA sequences, circuit designs.

Q2: b. What is the URL or IP address where the user's private data is stored? Where is the physical computer or hard drive that contains the user's private data?

User's private data is stored on user's own PC or server.

Q2: c. Please describe any encryption, password protection, etc. that you use to protect the user's data. (It is not mandatory to have such protections, but if you do, describe them.)

User's password is encrypted by Message-Digest Algorithm 5 (MD5).

Q3: Does your software include any other security features? Please describe them here.

The users are required to log in before using the software, and their designs are stored in their own account. We use a cryptographic algorithm to encrypt the user name and password when it is thansfered between the client and server. What's more, we create a different session key each time before the user login, which can resist the replay attack.

Q4: Does your software let the user create a design by choosing parts/genes from a list/database, such as the Registry? If so, which lists/databases are included? Is there any restriction on which parts/genes the user can choose?

Yes, our software let the users create a design by choosing parts/gene from the Registry. We didn't set restriction on which parts the user can choose, as the parts in the Registry is believed safe.

Q5: Does your software allow users to write new data into any public lists or databases? If so, do you check the new data for errors before allowing it to be written?

No, our software doesn't allow users to write new data into public lists or database.

Q6: Does your software include any other features that encourage the user to create safe designs? Please describe them here.

We set some reminders in the software, which encourage the user to create safe designs.

Q7: Is your team also doing biological work in a wet lab?If so, you need to complete the iGEM Biosafety form on 2013.igem.org/Safety.

Yes.