feat: 支持本地数据保存时加密

This commit is contained in:
DLmaster361
2025-08-05 18:56:44 +08:00
parent d61b90baa4
commit 4ca7f9053f
12 changed files with 1586 additions and 404 deletions

View File

@@ -25,5 +25,6 @@ __license__ = "GPL-3.0 license"
from .logger import get_logger
from .security import dpapi_encrypt, dpapi_decrypt
__all__ = ["get_logger"]
__all__ = ["get_logger", "dpapi_encrypt", "dpapi_decrypt"]