public static void aesEncrypt(InputStream ins, Context context, String title) { try { FileOutputStream fos = new FileOutputStream(context.getFilesDir() + File ...