Design a voting system app, voting information is related to privacy, generally by secret ballot, but on the network to vote on the traceability, the clear transmission of other people to eavesdrop, you will know who voted votes. In order to protect privacy, but also confirm that everyone voted to design an app.
Software Requirements:
1, using Web server + user mobile app mode,
2, the main functions include: registration, login, registration to participate in electors, app voting, statistics published election results.
3, voting, single election, the content of the electors plus abstaining.
4, confirmed that everyone voted, and cast a valid ticket.
5. No one (including the server administrator) can know what vote the voter voted for.
6, network transmission to prevent eavesdropping.
Design requirements,
1, write clearly your system in order to complete the above functional requirements, the design of those functional modules, each module has what function;
2, write clearly your authentication agreement, to verify the identity, is not a valid registered users;
3, write clearly how you ensure that the privacy of the people do not get;
4, write clearly how to ensure that the vote cannot be forged.
Cheer up, everyone.
5 points, submitted before November 10, next Friday.
Job five, mobile voting app