Scorpio平台构建之验证码技术实现思路整理(2.6)
2018-02-06 本文已影响0人
恰同学少年风华正茂
01 基于原生态绘图类库Graphics实现
支持动态、中空样式 JSP+servlet+session生成验证码
http://blog.csdn.net/anttu/article/details/72588265
http://www.cnblogs.com/wufengxyz/archive/2011/12/04/2275489.html
http://www.cnblogs.com/jianlun/articles/5553452.html
http://blog.csdn.net/dfBeautifulLive/article/details/75666226
02 基于谷歌验证码框架kaptcha+session+maven实现
http://blog.csdn.net/u013979547/article/details/53446619
http://blog.csdn.net/frankcheng5143/article/details/50630715
https://www.cnblogs.com/moonlightL/p/7282469.html
03 安全升级-利用base64加密+redis试用于集群环境
https://www.cnblogs.com/owenma/p/7375652.html
附:
使用Java生成验证码的库有非常多,比方下面列表中的举例