[
https://issues.apache.org/jira/browse/SHIRO-290?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15215955#comment-15215955
]
Hendy Irawan commented on SHIRO-290:
------------------------------------
BTW, Spring Security's recommended PasswordEncoder is BCryptPasswordEncoder
(https://docs.spring.io/spring-security/site/docs/current/apidocs/org/springframework/security/crypto/bcrypt/BCryptPasswordEncoder.html).
So having this in shiro-core will make it much easier for people migrating
from Spring Security. (and vice versa)
> 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
> Fix For: 1.3.0
>
> Attachments: 0001-Added-Bcrypt-support-via-BcryptPasswordService.patch
>
>
> 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
(v6.3.4#6332)