[
https://issues.apache.org/jira/browse/CODEC-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16770011#comment-16770011
]
Bruno P. Kinoshita commented on CODEC-252:
------------------------------------------
For the record, this is fixed in 1.12, using a SecureRandom, and also giving
the option to users to pass their instance of Random. See Base64 in the 1.12
tag for more, or release notes.
> Make B64 salt generator Random -> ThreadLocalRandom
> ---------------------------------------------------
>
> Key: CODEC-252
> URL: https://issues.apache.org/jira/browse/CODEC-252
> Project: Commons Codec
> Issue Type: Improvement
> Reporter: Rob Tompkins
> Assignee: Rob Tompkins
> Priority: Major
> Fix For: 1.12, 1.11.1
>
>
> For the sake of performance, I want {{Random}} in {{B64.java}}, the salt
> generator for our hashes, to be a {{ThreadLocalRandom}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)