You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rob Tompkins (JIRA)" <ji...@apache.org> on 2019/02/04 12:31:00 UTC

[jira] [Commented] (CODEC-252) Make B64 salt generator Random -> ThreadLocalRandom

    [ https://issues.apache.org/jira/browse/CODEC-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16759814#comment-16759814 ] 

Rob Tompkins commented on CODEC-252:
------------------------------------

Maybe use {{ThreadLocal<Random>}} or some similar variation?

> 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
>
> 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)