Add symmetric encryption and tests

This commit is contained in:
Clemens Schwaighofer
2025-10-23 11:47:41 +09:00
parent 4c3611aba7
commit 543e9766a1
7 changed files with 968 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ description = "Collection of utils for Python scripts"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"cryptography>=46.0.3",
"jmespath>=1.0.1",
"psutil>=7.0.0",
"requests>=2.32.4",