[
https://issues.apache.org/jira/browse/SHIRO-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17053128#comment-17053128
]
Benjamin Marwell commented on SHIRO-290:
----------------------------------------
Here you go:
https://www.bouncycastle.org/docs/docs1.5on/org/bouncycastle/crypto/generators/OpenBSDBCrypt.html
As a workaround, you could create your own realm which only supports bcrypt
passwords.
> Create a BCrypt Hash implementation
> -----------------------------------
>
> Key: SHIRO-290
> URL: https://issues.apache.org/jira/browse/SHIRO-290
> Project: Shiro
> Issue Type: New Feature
> Components: Cryptography & Hashing
> Reporter: Les Hazlewood
> Assignee: Les Hazlewood
> Priority: Major
> Labels: patch
> Fix For: 2.0.0
>
> Attachments:
> 0001-Added-Bcrypt-support-via-BcryptPasswordService.patch,
> BCryptPasswordService.java
>
>
> Enable BCrypt hashing for those that wish to use it. The following code can
> probably be modified and included (it is a BSD license):
> http://www.mindrot.org/projects/jBCrypt/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)