Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Algorithm 'Aes' is not supported on this platform #5

Open
meto260 opened this issue Sep 26, 2022 · 0 comments
Open

Algorithm 'Aes' is not supported on this platform #5

meto260 opened this issue Sep 26, 2022 · 0 comments

Comments

@meto260
Copy link

meto260 commented Sep 26, 2022

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant