[
https://issues.apache.org/jira/browse/SHIRO-302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Les Hazlewood closed SHIRO-302.
-------------------------------
Closing with the 1.2.0 release.
> DefaultHasher does not generate random salt
> -------------------------------------------
>
> Key: SHIRO-302
> URL: https://issues.apache.org/jira/browse/SHIRO-302
> Project: Shiro
> Issue Type: Bug
> Components: Cryptography & Hashing
> Reporter: Maria Jurcovicova
> Assignee: Kalle Korhonen
> Fix For: 1.2.0
>
> Attachments: patch-defaulthasher.patch
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> Extract from DefaultHasher javadoc: When a salt is not specified in a
> request, this implementation generates secure random salts via its {@link
> #setRandomNumberGenerator(org.apache.shiro.crypto.RandomNumberGenerator)
> randomNumberGenerator} property.
> Random salt is generated, but never assigned (line 155):
> if (publicSaltBytes == null) {
> getRandomNumberGenerator().nextBytes().getBytes();
> }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira