Details
Description
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.