Implement GeneratePBKDFKey

Description

CF11 introduced the GeneratePBKDFKey function, detailed here:

https://wikidocs.adobe.com/wiki/display/coldfusionen/GeneratePBKDFKey

This function should be implemented in Lucee for ACF compatibility.

Attachments

1

Activity

Jonathan van Zuijlekom 
5 July 2016 at 05:48
(edited)

PBKDF2WithHmacSHA256 / PBKDF2WithHmacSHA512 should also be available. Maybe you need the JCE Unlimited Policy installed.

Michael Offner 
14 October 2015 at 17:43

https://github.com/lucee/Lucee/commit/6ec95ef8aef11b5f9f7e1c3e04ab6dcd647bf8ae

ATM only the algorithm PBKDF2WithHmacSHA1 is supported because this is the only one provider by the build in security provider. so far i have only found a commercial security provider (JSafeJCE) for the algorithms in question. so this is ony halfway done.

Former user 
17 September 2015 at 07:35

I'm going to convert this one over to be an incompatibility. It works in ACF11 but not in Lucee 5 therefore it's an incompatibility - hopefully that's ok with everyone slightly smiling face Can then take a look at it sometime soon!

Andrew Dixon 
17 September 2015 at 06:54

- Is that not what the "vote for this issue" button/link (top right) is for? slightly smiling face

Michael Offner 
17 September 2015 at 06:17

+1

Fixed

Details

Assignee

Reporter

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

Fix versions

Affects versions

Priority

Created 8 April 2015 at 13:26
Updated 9 May 2020 at 13:37
Resolved 14 October 2015 at 17:44