Package cc.sketchchair.functions

Examples of cc.sketchchair.functions.MCrypt


   
   
    String encrypted = null;
   
   
    MCrypt mcrypt = new MCrypt();
    /* Encrypt */
    try {
       encrypted = MCrypt.bytesToHex( mcrypt.encrypt(loginPassword.getText()) );
    } catch (Exception e1) {
      // TODO Auto-generated catch block
      e1.printStackTrace();
    }
    /* Decrypt */
 
View Full Code Here

TOP

Related Classes of cc.sketchchair.functions.MCrypt

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.