4

On linux i can use tpm2_getcap tool to get list of encryption algorithms like this:

tpm2_getcap algorithms

Is there something similar on Windows? I only found "Get-TpmSupportedFeature" in powershell, but it is not what i wanted.

2
  • 1
    FWIW, I'm looking for exactly the same answer; there are two standard NCrypt calls in Windows, NCryptEnumAlgorithms and NCryptIsAlgSupported, but neither returns any results at all for the TPM I have in my machine. Also, these are low level programming calls, not command line. Commented Apr 13, 2018 at 11:37
  • stackoverflow.com/questions/28862767/… Commented Sep 19, 2023 at 7:16

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.