[
https://issues.apache.org/jira/browse/WICKET-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14214570#comment-14214570
]
ASF subversion and git services commented on WICKET-5756:
---------------------------------------------------------
Commit d47373b926feb23c56bef3351919924dbd0c09bc in wicket's branch
refs/heads/5756-improve-crypt from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=d47373b ]
WICKET-5756 Allow to use custom ciphers when using SunJceCrypt class
Use random key for the key spec.
Add unit tests for crypto algorithms available only in Unlimited Strenght
Jurisdiction Policy
(http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html)
> Allow to use custom ciphers when using SunJceCrypt class
> --------------------------------------------------------
>
> Key: WICKET-5756
> URL: https://issues.apache.org/jira/browse/WICKET-5756
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 6.18.0
> Reporter: Martin Grigorov
> Assignee: Martin Grigorov
>
> At the moment SunJceCrypt uses PBEWithMD5AndDES as a default encryption
> method.
> Wicket cannot change it because this may break applications which have used
> it to encrypt some sensitive data.
> But we can improve it to be more easily extended and used with any kind of
> encryption method available in SUN/Oracle JCE or third party providers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)