[jbossseam-issues] [JBoss JIRA] Assigned: (JBSEAM-3763) Make it possible to specify iteration count for salt+password hashing

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Thu Nov 27 06:42:37 EST 2008


     [ https://jira.jboss.org/jira/browse/JBSEAM-3763?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shane Bryzak reassigned JBSEAM-3763:
------------------------------------

    Assignee: Shane Bryzak


> Make it possible to specify iteration count for salt+password hashing
> ---------------------------------------------------------------------
>
>                 Key: JBSEAM-3763
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3763
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Security
>         Environment: Seam 2.1 
>            Reporter: Nikolay Elenkov
>            Assignee: Shane Bryzak
>
> The current default implementation of password hashing hashes the salt and password only one time. Since having a number of iterations when generating the hash value is a generally accepted security practice (Cf. PKCS#5), it would be nice if one could specify the iteration count as a parameter to UserPassword. 
> Suggestion:
> Add an 'iterationCount' attribute to the UserPassword annotation.
> Example usage:
> class User {
>   @UserPassword(hash="sha1", iterationCount=1000)
>   String getPasswordHash() {..}
> }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list