Class AESCrypt

  • All Implemented Interfaces:
    ICrypt

    public class AESCrypt
    extends AbstractJceCrypt
    AES based ICrypt encrypt and decrypt strings such as passwords or URL segments. Based on http://stackoverflow.com/a/992413
    See Also:
    ICrypt