Commit Graph

19 Commits

Author SHA1 Message Date
Lee Chagolla-Christensen b5b00ca72a Migrate to uv from poetry (#99)
* initial uv migration

* update github workflows

* use python module not system commands

* remove poetry references

* fix uv in prod images

---------

Co-authored-by: Lee Chagolla-Christensen <lee@localhost>
2026-01-14 15:20:31 -08:00
Lee Chagolla-Christensen e6ff7f9d41 rename MasterKeyFilter to EncryptionFilter 2025-10-11 01:14:30 -07:00
Lee Chagolla-Christensen 190964c7a2 combine the get_masterkey/get_all_masterkeys 2025-10-11 00:19:31 -07:00
Lee Chagolla-Christensen a7d11c83d7 minor change to example 2025-10-11 00:00:26 -07:00
Lee Chagolla-Christensen b35cef16a4 update example.py 2025-10-10 23:58:19 -07:00
Lee Chagolla-Christensen 3b969b2d01 rename UserAccountType to MasterKeyType 2025-10-10 23:49:26 -07:00
Lee Chagolla-Christensen 25b69b6a7a DC not added to DB, fix DPAPI examples 2025-10-10 16:00:16 -07:00
Lee Chagolla-Christensen a22218fcef fix ruff/tests in project, install venv script, local state link to user masterkey, masterkey type from path 2025-10-10 14:16:52 -07:00
Lee Chagolla-Christensen 62d303c0ca parse domain back GUID from masterkeys 2025-10-03 18:07:47 -07:00
Lee Chagolla-Christensen 47ba702a10 fixup asyncio/dapr problems 2025-10-02 14:16:18 -07:00
Lee Chagolla-Christensen a661a32425 changeup decryption 2025-09-30 22:09:29 -07:00
Lee Chagolla-Christensen 8a7d7dc22f initial dpapi DAPR integration 2025-09-30 15:52:44 -07:00
Lee Chagolla-Christensen c62e983d5c add comments that explain examples 2025-09-23 12:21:47 -07:00
Lee Chagolla-Christensen 65c4156a7c group imports, fix example warnings 2025-09-23 12:10:43 -07:00
Lee Chagolla-Christensen 264acb2c66 fix examples 2025-09-09 03:21:56 -07:00
Lee Chagolla-Christensen af1de56a72 repositories upsert, fix DPAPI system decryption 2025-09-09 03:17:10 -07:00
Lee Chagolla-Christensen 9beacde568 DPAPI system auto-decryption, fix routes
- Wired in auto-decryption using the DPAPI_SYSTEM key
- fixed up the web-api/file-enrichment DPAPI routes
- Added all cred key variants to UI
- Added description text in DPAPI UI
- Fixup examples+tests
2025-09-09 01:32:08 -07:00
Lee Chagolla-Christensen c8e7446126 fixup auto decrypt, make models frozen 2025-09-08 00:41:01 -07:00
harmj0y fdb9d26a28 Rename dpapi to nemesis_dpapi due to naming conflicts
-Rename `dpapi` to `nemesis_dpapi` due to naming conflicts with Impacket
2025-09-03 15:44:24 -07:00