Files
SpecterOps-Nemesis/libs/nemesis_dpapi
harmj0y 87dacba761 Start of CNG Google Chromekey1/AES key ABE
- Start of CNG Google Chromekey1/AES key decryption for v3 of ABE key
- Added cng file enrichment module
- Entropy can now be passed through for blob decryption
2025-10-14 16:28:58 -07:00
..
2025-10-14 15:18:59 -07:00
2025-10-10 18:50:37 -07:00
2025-10-10 17:32:12 -07:00
2025-09-23 23:15:32 -07:00

Tests

Run all unit tests:

poetry run pytest

Benchmarks

Run only benchmark tests:

poetry run pytest  --benchmark-only -v

Run benchmarks in a file:

poetry run pytest tests/benchmarks/bench_backupkey_decryption.py::TestMasterkeyDecryptionBenchmarks::test_single_masterkey_decryption --benchmark-only -v