From 8671f627c21c1bfbeaa35db6a212b76b9aefaac7 Mon Sep 17 00:00:00 2001
From: xuyonghao <898441624@qq.com>
Date: 星期一, 10 二月 2025 10:41:30 +0800
Subject: [PATCH] 报告生成同步
---
app/utils/password_handle.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/utils/password_handle.py b/app/utils/password_handle.py
index a6e421b..2eebd7a 100644
--- a/app/utils/password_handle.py
+++ b/app/utils/password_handle.py
@@ -45,5 +45,5 @@
# password = generate_password(10)
# print(password)
- asyncio.run(password_encrypted("123456"))
- asyncio.run(password_decrypted("gAAAAABnhyOiGUnAqK7FW_pHsXifje8WG1cirtF_eu3a44FrMYM3AkSBsWjsJrwpzUlD2GDzzZOS6yYu4Ie5gnkYuy8HVN3FBw=="))
\ No newline at end of file
+ asyncio.run(password_encrypted("zhaoqg123456"))
+ asyncio.run(password_decrypted("gAAAAABnh2Y-OYrpdm2QuW24j4QL3pxjkKZsHu37Vzl_mh8SrG5Roa5TThcBxcj7hqPq7NrA8OaL0WdsmpcpYDfpZCofBVjbbA=="))
\ No newline at end of file
--
Gitblit v1.8.0