预定/报价
安卓代写 | FIT5003 Software Security S1 2020 Assignment 1
阿叶2024-05-15 17:34:18

留学生作业代写do not hesitate to contact me!
WeChat:lovexc60


FIT5003 Software Security S1 2020
Assignment 1: Java and Android Security Programming
Submission Guidelines
• Deadline: Assignment 1 Report submission is due on Monday 18 th May 2020, 8:00 AM.
• Demonstration Deadline: The demonstration via Panopto platform or the interview must be shared/-
conducted before Wednesday 20th May 2020, 23:59 PM.
• Submission Files:
1. A report in PDF file format of maximum 6 pages as a reference. Appendices and References are
excluded from the page count.
2. Appropriate Android Studio Project compressed as a zip or rar file
3. …
Notes:
1. A handwritten document is not acceptable and will not be marked even if converted and submitted electronically.
• Individual Assignment: This is an individual assignment so each student should work on the assignment tasks alone.
• Submission Platform:
– Electronic submission via Moodle for the report.
– Electronic submission via Moodle for the assignment task code and apks
– Share of video interview files with your tutor via the Monash panopto service
• Filename Format: Name your files for different assignment tasks as follows:
1. Submission via moodle: report_SID.pdf
2. Sharing via Panopto: A1_interview_SID as title, in case of an interview.
3. Submission via moodle of assignment task files: use A1_task_number_SID and the appropriate
file extension for the relevant task
• Late Submission Policy: Submit a special consideration form to formally request a late submission.
For this semester, special consideration requests should be send directly to the faculty and not just
the tutor team. However, do inform the teaching team of your request.
• Late Submission Penalty: A late submitted assignment without prior approval will receive a late
penalty of 20% deduction per day (including Saturday and Sunday) or part thereof, after the due
date and time.
• Plagiarism: It is an academic requirement that your submitted work be original. Zero marks will be
awarded for the whole submission if there is any evidence of copying, collaboration, pasting from
websites, or copying from textbooks.
Note: Plagiarism policy applies to all assessments.
1
• Grading Procedure:
– To receive a grade for the assignment you must demonstrate and explain your work by creating
a video recording of maximum 20 minutes using Panopto platform and share it with your
tutor.
– You must only demonstrate what you have submitted via report. The different deadline for
recording is to allow you to find a suitable time to record your demonstration.
– If you have any privacy concern regarding the Panopto platform then you need to raise it with
your tutor by Monday 11th May 2020. Requests for interviews after this date will not be
accepted.
– You can use the report and any other notes you have prepared beforehand to help you explain
and demonstrate your work.
• IT Use Policy: Your submission must comply with Monash University’s IT Use Policy.
Marks
• This assignment is worth 30% of the total unit marks.
• The assignment is marked out of 30 nominal marks.
1 Task 1: Android Java-Based application (20 Marks)
In the Android Studio that is provided, there is a sketched Android Application that is using the default or
a custom made Keystore in order to digitally signed a text message that is provided by the user. The
user is capable of choosing the Java keystore that he wants to use as long as it is already stored in
some common Android folder. The Android Application consists of two Activities, a public one (called
PrivateUserActivity and a private one called PrivateActivity. When the application start, the Public
activity (PrivateUserActivity) is loaded. The PrivateUserActivity lets the user to write the path
where a custom keystore is going to be used. There is also a text field where the user can write the password that is needed in order to correctly open the keystore. There are also three buttons that have the