【发布时间】:2013-08-22 15:58:21
【问题描述】:
我阅读了几篇关于安全性的文章和帖子(注意 Comparing input password to stored hashed password in a web app 或 Why is char[] preferred over String for passwords?
由于从请求中检索参数值使用返回字符串的request.getParameter("passwordFieldName"),是否有任何选项可以从请求中检索参数作为char[]?
【问题讨论】:
标签: java security servlets passwords