Skip to content

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

@meto260

Description

@meto260

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions