Files
cheatsheet-tldr/tldr/windows/mimikatz-crypto
2026-01-20 00:21:53 +00:00

23 lines
623 B
Plaintext

---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# 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"`