[
https://issues.apache.org/jira/browse/DIRSERVER-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15896512#comment-15896512
]
Emmanuel Lecharny commented on DIRSERVER-2180:
----------------------------------------------
Ok, there is one problem : the {jbcrypt} library has been compiled with Java 8.
That means the API must be executed using Java 8 :
{noformat}
Manifest-Version: 1.0
Bnd-LastModified: 1452409497971
Build-Jdk: 1.8.0_66
...
{noformat}
Note that the original library (mindrot) is also built with Java 8 :
{noformat}
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Built-By: zachthomas
Created-By: Apache Maven 3.3.9
Build-Jdk: 1.8.0_121
...
{noformat}
If we are to keep Java 7 as a minimum requirement, we need to recompile the
library. Or we need to stop supporting Java 7...
> BCrypt password hashing support
> -------------------------------
>
> Key: DIRSERVER-2180
> URL: https://issues.apache.org/jira/browse/DIRSERVER-2180
> Project: Directory ApacheDS
> Issue Type: Improvement
> Reporter: Thilo-Alexander Ginkel
> Priority: Minor
>
> At the moment, Apache DS does not support the BCrypt password hashing
> algorithm.
> As discussed on the dev mailinglist, I'd like to contribute support for this
> algorithm and am opening this ticket as requested by [~elecharny]. An
> incomplete prototype (at least OSGi tests are currently broken) is available
> at [1].
> [1]
> https://github.com/tgbyte/directory-shared/tree/feature/bcrypt-hash-support
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)