package

com.htc.encrypt

Classes

FileCrypto  
HtcFileCrypto  
StringCrypto Usage:
 String encryptText = StringCrypto.encrypt(password, plainText)
 String plainText = SimpleCrypto.decrypt(password, encryptText)