-
Notifications
You must be signed in to change notification settings - Fork 4
Description
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100]
Unhandled exception rendering component: Algorithm 'Aes' is not supported on this platform.
System.PlatformNotSupportedException: Algorithm 'Aes' is not supported on this platform.
at System.Security.Cryptography.AesImplementation.CreateTransformCore(CipherMode cipherMode, PaddingMode paddingMode, Byte[] key, Byte[] iv, Int32 blockSize, Int32 paddingSize, Int32 feedback, Boolean encrypting)
at System.Security.Cryptography.AesImplementation.CreateTransform(Byte[] rgbKey, Byte[] rgbIV, Boolean encrypting)
at System.Security.Cryptography.AesImplementation.CreateEncryptor(Byte[] rgbKey, Byte[] rgbIV)
at ProtectedLocalStore.EncryptionService.EncryptStringToBytes_Aes(String plainText, Byte[] key, Byte[] iv)
at ProtectedLocalStore.EncryptionService.Encrypt(String input)
at ProtectedLocalStore.ProtectedSessionStorage.SetSessionAsync(String key, Object entryObj)