Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 linux 上,我可以使用 tpm2_getcap 工具来获取加密算法列表,如下所示:
tpm2_getcap --capability="算法"
Windows上有类似的东西吗?我只在 powershell 中找到了“Get-TpmSupportedFeature”,但这不是我想要的。