From 20ec7d9c8d61dfa7bad4dad870b38f5f85cc3d38 Mon Sep 17 00:00:00 2001 From: Jiang Date: Thu, 19 Mar 2026 09:43:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8A=A0=E5=AF=86=E6=96=87?= =?UTF-8?q?=E6=9C=AC=E8=BE=93=E5=85=A5=E6=8F=90=E7=A4=BA=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/encrypt_string.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/encrypt_string.py b/scripts/encrypt_string.py index eb6e366..a822a1f 100644 --- a/scripts/encrypt_string.py +++ b/scripts/encrypt_string.py @@ -17,6 +17,7 @@ def main() -> int: plaintext = sys.argv[1] if plaintext is None: try: + # 示例 postgresql://user:password@host:port/dbname plaintext = input("请输入要加密的文本: ") except EOFError: plaintext = ""