My problem is that how to secure my application database file using encryption algorithm if i use hardcoded key then after decompiling it will be also accessible.if device is rooted then anyone can access my db file so i want to secure my db that is not accessible or readable by anyone. thanks in advanceMy problem is that how to secure my application