Function GeneratePBKDFKey() only handles algorithm PBKDF2WithHmacSHA1.

Description

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

Environment

My environment is Windows 10, Windows server 2016 and Arch Linux. Since the limit is hard coded all environments are affected.

blocks

Activity

Show:

Pothys - MitrahSoft 10 February 2020 at 15:09

I've checked this ticket and confirmed there is only one algorithm is used for GeneratePBKDFKey() in Lucee. But in ACF uses a number of algorithms. will confirm about this.

Details

Assignee

Reporter

Priority

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