Class SunJceCrypt

java.lang.Object
org.apache.wicket.util.crypt.AbstractCrypt
org.apache.wicket.util.crypt.SunJceCrypt
All Implemented Interfaces:
ICrypt

public class SunJceCrypt extends AbstractCrypt
Provide some simple means to encrypt and decrypt strings such as passwords. The whole implementation is based around Sun's security providers and uses the PBEWithMD5AndDES method to encrypt and decrypt the data.
Author:
Juergen Donnerstag