Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Apache Shiro support bCrypt?

Does the Apache Shiro Authentication Framework support the use of the bCrypt password hashing algorithm? If not, is there a way to get it working with Shiro?

Are there any other Authentication frameworks like Shiro supporting bCrypt, other than Spring Security?

like image 319
Kramer786 Avatar asked Aug 27 '15 19:08

Kramer786


1 Answers

There is an open feature request about exactly this on Apache Shiro JIRA (SHIRO-290).

According to this issue, it will be implemented in version 1.3.0.

like image 179
Tunaki Avatar answered Oct 04 '22 07:10

Tunaki