hi,
请问winrt是否有自带的一些加解密库,或者有什么推荐的第三方加解密库
您好!
WinRT内置了常用的加解密算法,包括对称加密和非对称加密算法,您可以直接使用。
Windows.Security.Cryptography 和 Windows.Security.Cryptography.xxx 命名空间,提供了常用的类 (例如 SymmetricKeyAlgorithmProvider, AsymmetricKeyAlgorithmProvider 和 CryptographicEngine 等),帮助您进行加解密操作。
详情请参阅 Cryptography (Windows Store apps) (Windows)
Best wishes,