shiro icon indicating copy to clipboard operation
shiro copied to clipboard

Implement SaltStyle.CRYPT

Open manticore-projects opened this issue 9 years ago • 4 comments

Implement SaltStyle.CRYPT fro the JdbcRealm. Add some basic tests.

manticore-projects avatar Mar 26 '16 05:03 manticore-projects

Digging up this old PR, I recently implemented a shiro2 crypto format, which is based on the unix formats and uses the same identifiers. Maybe we can use those here, too? @bdemers ?

bmarwell avatar Jun 22 '21 19:06 bmarwell

@bmarwell that sounds like a great idea!

Also, @manticore-projects, my previous review message seems a bit harsh when looking back at it. Sorry about that! I should have started with a Thank you for sending us that PR!

bdemers avatar Jun 22 '21 20:06 bdemers

Also, @manticore-projects, my previous review message seems a bit harsh when looking back at it. Sorry about that! I should have started with a Thank you for sending us that PR!

No big deal and all good. If is is not threadsafe, we need to deal with it and when you point me on the line of code or illustrate your concern, I would work on it. (I know what threadsafe means, but I did not see how two threads would interfere here.)

manticore-projects avatar Jun 22 '21 22:06 manticore-projects

Ok, how about: Let's open an issue over at https://issues.apache.org/jira/browse/SHIRO, describe the idea behind this PR in general, rebase it, use the new crypto classes, and get it into 2.0.x? :)

bmarwell avatar Aug 13 '21 11:08 bmarwell