dianxiangxu / GPMS

Proposal Workflow Management System - A web-based application for replacing the manual approval process of grant submission.
0 stars 2 forks source link

Working on Hashed Password #80

Closed thomasvolz closed 9 years ago

thomasvolz commented 9 years ago

I've adapted an open source implementation to securing passwords.

It's under PasswordHash.java under gpms.model and I'm using it with UserAccount. I've made a test that does a simple comparison and it looks like it's working, but we'll need to try some more thorough use of it to make sure it's working for us.