feat: implement C#-compatible AES-128-CBC license file parsing and integrate license management UI into AboutDialog

This commit is contained in:
jack
2026-07-07 11:15:06 -07:00
parent e2d05d2c33
commit 7df7fd4c6f
8 changed files with 803 additions and 82 deletions
+1
View File
@@ -18,6 +18,7 @@ dependencies = [
"scipy>=1.17.1",
"pyyaml>=6.0.3",
"dtw-python",
"cryptograpgy>=41.0",
]
[project.optional-dependencies]