[
https://issues.apache.org/jira/browse/WICKET-6730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17018128#comment-17018128
]
ASF subversion and git services commented on WICKET-6730:
---------------------------------------------------------
Commit e44f720fed4f55e393129a23ea89b0ae99870efc in wicket's branch
refs/heads/csp from Emond Papegaaij
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=e44f720 ]
WICKET-6730: Minor code-style improvements
> Global access to secure random data
> -----------------------------------
>
> Key: WICKET-6730
> URL: https://issues.apache.org/jira/browse/WICKET-6730
> Project: Wicket
> Issue Type: New Feature
> Components: wicket-core
> Affects Versions: 9.0.0-M4
> Reporter: Emond Papegaaij
> Assignee: Emond Papegaaij
> Priority: Major
> Fix For: 9.0.0-M5
>
>
> Web applications often need secure random data, for example to generate keys
> for encryption or to generate nonces. In most cases, a simple SecureRandom
> may be enough. But for more demanding applications, it may be necessary to
> reseed the SecureRandom periodically or to use a different algorithm. With
> several SecureRandoms used throughout Wicket, this is becoming very hard (if
> not impossible).
> SecuritySettings should contain a central implementation of a
> ISecureRandomSupplier to hold the SecureRandom and to generate random bytes.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)