I am working on an application which stores some sensitive information in the user's browser(localstorage and IndexedDB), because the application runs in offline mode also.
Is there some way which makes sure that the user won't be able to edit the data in IndexedDB from Developer tools.
We are using Encryption to save sensitive data in the encrypted form, but I am looking forward to a solution which will disable any sort of editing from the user.