From 8b8b2c6a3eb57476047a6e5c65a0ee9f02d46a25 Mon Sep 17 00:00:00 2001 From: cnrenil Date: Mon, 9 Sep 2024 18:25:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=A4=A7=E9=9A=BE=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _files/app.py | 2 +- _files/cli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_files/app.py b/_files/app.py index 3ebbae6..19d81d8 100644 --- a/_files/app.py +++ b/_files/app.py @@ -28,7 +28,7 @@ def generate_substitution_cipher(flag): ' ': ' ' # 保持空格不变 } - substitution_rules.append("The quick brown fox jumps a lazy dog.") + substitution_rules.append("Pack my box with five dozen liquor jugs.") encrypted_rules = [] for rule in substitution_rules: for char in rule: diff --git a/_files/cli.py b/_files/cli.py index 684e977..83642f6 100644 --- a/_files/cli.py +++ b/_files/cli.py @@ -26,7 +26,7 @@ def generate_substitution_cipher(flag): ' ': ' ' # 保持空格不变 } - substitution_rules.append("The quick brown fox jumps a lazy dog.") + substitution_rules.append("Pack my box with five dozen liquor jugs.") encrypted_rules = [] for rule in substitution_rules: for char in rule: