30153dcbf8c18020f351f92fb6877a0e5ad1cfee
Implements ICryptoService for encrypting login credentials using RSA-OAEP. Uses JavaScript interop with browser's native SubtleCrypto API instead of Blazor.SubtleCrypto package (which only supports AES-GCM, not RSA-OAEP). - ICryptoService interface in JdeScoping.Client.Services namespace - CryptoService fetches server's public key once, caches it - interop.js rsaEncrypt function for RSA-OAEP encryption via Web Crypto API
Description
No description provided
Languages
C#
68%
HTML
15.8%
TypeScript
8%
JavaScript
4.8%
TSQL
3%
Other
0.4%