-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: cryptoAn issue in spring-security-cryptoAn issue in spring-security-cryptotype: jiraAn issue that was migrated from JIRAAn issue that was migrated from JIRA
Milestone
Description
Tom Fitzhenry (Migrated from SEC-1932) said:
StandardPasswordEncoder is an implementation of PBKDF1. PBKDF1 has been superceded by PBKDF2[0].
If StandardPasswordEncoder became an implementation of PBKDF2, applications that currently use StandardPasswordEncoder would break, so I propose creating a new class: PBKDF2PasswordEncoder, or some such.
- "PBKDF2 is recommended for new applications; PBKDF1 is included only for compatibility with existing applications, and is not recommended for new applications." -- http://tools.ietf.org/html/rfc2898
Metadata
Metadata
Assignees
Labels
in: cryptoAn issue in spring-security-cryptoAn issue in spring-security-cryptotype: jiraAn issue that was migrated from JIRAAn issue that was migrated from JIRA