My single page application in Angular 5 utilizes session storage to store various navigation parameters, flags, and information. However, these session storage values are visible and can be modified by end users through the browser's Application -> Session Storage tab.
I have temporarily encrypted these values as a workaround, but this is not a permanent solution.
Is there a way to securely hide these values using Angular? Any other suggestions or solutions?