2 packages tagged with “ProtectedBrowserStorage”
Provides services for storing data in the browser's localStorage and sessionStorage. The stored data is protected using AES encryption and decryption functions.
Solutaris.InfoWARE.ProtectedBrowserStorage is a library that allows saving to browser's local storage and Session Storage in encrypted format for both Blazor WASM and Blazor Server Applications. Yes! Protected Browser Storage now possible with Solutaris.InfoWARE.ProtectedBrowserStorage (it encrypts the data using AES encryption and then compresses it before saving to browser's local or session Storage). With Solutaris.InfoWARE.ProtectedBrowserStorage you have a protected browser storage in Blazor WASM - which is not possible with Microsoft's Protected Browser Storage (Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage namespace) as it relies on ASP .NET Core Data Protection (only supported for Blazor Server apps)!