資源簡介
使用了paillier算法的同態(tài)加密技術(shù),實(shí)現(xiàn)了數(shù)字匿名投票系統(tǒng)。 這是一個(gè)demo。 但實(shí)現(xiàn)了加密流程的所有功能。 需要使用數(shù)據(jù)庫。 需要的話請(qǐng)聯(lián)系我要數(shù)據(jù)表 mulming@163.com. 同時(shí)有密碼學(xué)的同伴。歡迎相互交流
代碼片段和文件信息
package?com.vote.controller;
import?java.util.List;
import?javax.servlet.http.HttpServletRequest;
import?javax.servlet.http.HttpSession;
import?org.springframework.beans.factory.annotation.Autowired;
import?org.springframework.stereotype.Controller;
import?org.springframework.web.bind.annotation.RequestMapping;
import?com.vote.pojo.User;
import?com.vote.pojo.Vote;
import?com.vote.service.VoteService;
/**
?*?@author:?mulming
?*?@ClassName:?VoteController
?*?@date:?2019年1月15日?上午9:33:06
?*?@Description:TODO(這里用一句話描述這個(gè)類的作用)
?*/
@Controller
@RequestMapping(“/vote“)
public?class?VoteController?{
@Autowired
private?VoteService?voteService;
@RequestMapping(“/login.do“)
public?String?login(User?userHttpServletRequest?reqHttpSession?session)?{
User?newUser=voteService.longin(user);
if(newUser!=null)?{
if(newUser.getRole()==2)?{
session.setAttribute(“user“?newUser);
//得到參加競選的人
List?campaigner=voteService.getCampaigner();
req.setAttribute(“campaigner“?campaigner);
return?“index“;
}else?{
session.setAttribute(“user“?newUser);
List?campaigner=voteService.getCampaigner();
req.setAttribute(“campaigner“?campaigner);
return?“statistics“;
}
}else?{
req.setAttribute(“msg“?“Your?account?or?password?is?incorrect!“);
return?“l(fā)ogin/login“;
}
}
@RequestMapping(“/voting.do“)
public?String?voting(String?userNameString?idNumHttpServletRequest?reqHttpSession?session)?{
voteService.voting(userName?idNum);
List?campaigner=voteService.getCampaigner();
req.setAttribute(“campaigner“?campaigner);
return?“index“;
}
@RequestMapping(“/votingDetile.do“)
public?String?votingDetile(int?campaignerIdHttpServletRequest?req)?{
List?voted=voteService.getVoteDetileByCID(campaignerId);
req.setAttribute(“voted“?voted);
return?“detailOfVote“;
}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-01-15?09:29??voteSystem\
?????目錄???????????0??2019-01-16?10:41??voteSystem\WebContent\
?????目錄???????????0??2019-01-15?09:29??voteSystem\WebContent\me
?????文件??????????39??2019-01-15?09:29??voteSystem\WebContent\me
?????目錄???????????0??2019-01-15?09:29??voteSystem\WebContent\WEB-INF\
?????目錄???????????0??2019-01-15?09:30??voteSystem\WebContent\WEB-INF\lib\
?????文件?????2730866??2018-08-08?13:52??voteSystem\WebContent\WEB-INF\lib\xm
?????文件???????55782??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\jackson-annotations-2.8.5.jar
?????文件???????61829??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\commons-logging-1.2.jar
?????文件??????855948??2018-04-18?21:52??voteSystem\WebContent\WEB-INF\lib\mysql-connector-java-5.1.26-bin.jar
?????文件??????598978??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\spring-test-4.3.7.RELEASE.jar
?????文件??????827024??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\log4j-core-2.3.jar
?????文件???????41077??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\slf4j-api-1.7.22.jar
?????文件???????58724??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\spring-aspects-4.3.7.RELEASE.jar
?????文件??????915615??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\spring-webmvc-4.3.7.RELEASE.jar
?????文件??????414240??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\jstl-1.2.jar
?????文件??????380004??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\spring-aop-4.3.7.RELEASE.jar
?????文件?????1592620??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\mybatis-3.4.2.jar
?????文件???????85324??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\spring-oxm-4.3.7.RELEASE.jar
?????文件????????9990??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\slf4j-log4j12-1.7.22.jar
?????文件?????1390360??2018-04-26?15:15??voteSystem\WebContent\WEB-INF\lib\poi-scratchpad-3.17.jar
?????文件??????489884??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\log4j-1.2.17.jar
?????文件?????2701171??2018-04-26?14:39??voteSystem\WebContent\WEB-INF\lib\poi-3.17.jar
?????文件??????263286??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\spring-ex
?????文件?????2029794??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\ant-1.9.6.jar
?????文件??????235656??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\ognl-3.1.12.jar
?????文件?????1139269??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\spring-context-4.3.7.RELEASE.jar
?????文件?????5924600??2018-04-26?15:16??voteSystem\WebContent\WEB-INF\lib\poi-ooxm
?????文件??????817936??2018-07-23?20:32??voteSystem\WebContent\WEB-INF\lib\spring-web-4.3.7.RELEASE.jar
?????文件??????751238??2018-08-08?14:00??voteSystem\WebContent\WEB-INF\lib\commons-collections4-4.1.jar
?????文件??????584207??2018-07-23?21:17??voteSystem\WebContent\WEB-INF\lib\sqljdbc4-4.0.jar
............此處省略119個(gè)文件信息
評(píng)論
共有 條評(píng)論