Details
Assignee
michaelmichaelReporter
Andrew PenhorwoodAndrew PenhorwoodPriority
NewLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
michael
michaelReporter
Andrew Penhorwood
Andrew PenhorwoodPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 7 February 2020 at 15:30
Updated 10 February 2020 at 15:09
The function GeneratePBKDFKey() only handles algorithm PBKDF2WithHmacSHA1. ACF11 handles a number of algorithms according to their documentation. Here is the list of the standard version:
PBKDF2WithSHA1
PBKDF2WithSHA224
PBKDF2WithSHA256
PBKDF2WithSHA384
PBKDF2WithSHA512
The enterprise version version include a number of other support algorithms.
Related ticket - LDEV-256