From b9c7727dc6fbb3789f063c0616ef9392311fecb2 Mon Sep 17 00:00:00 2001
From: zhaoqingang <zhaoqg0118@163.com>
Date: 星期四, 06 二月 2025 10:58:14 +0800
Subject: [PATCH] merge master
---
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