I was successful on ecrypting a string using AES and saving in the database. Now when the app starts it reads the database and list on the listview. As the strings are encrypted it has to be decrypt before showing in the listview. I worte the code and it seems to be ok but my apps crashes each time it is launched.I was successful on ecrypting a string using AE