Files
tldr/pages/windows/mimikatz-crypto.md
Adriano Inghingolo ddbe129b6a mimikatz-crypto: update English page (#20805)
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2026-01-19 17:35:34 -06:00

529 B

mimikatz crypto

Manipulate Windows cryptographic services and certificates, allowing you to list and export certificates and keys, even those marked as non-exportable. It generally requires elevated privileges, especially when accessing system keys. More information: https://github.com/gentilkiwi/mimikatz.

  • List cryptographic providers:

mimikatz "crypto::providers"

  • List keys in a cryptographic provider:

mimikatz "crypto::capi"

  • Export certificates and keys:

mimikatz "crypto::certificates /export"