You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: