Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
lesson7_6
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7dc80594
authored
Dec 25, 2021
by
BellCodeEditor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save project
parent
1150c8e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
diy4.py
diy4.py
View file @
7dc80594
...
@@ -3,9 +3,9 @@ import random
...
@@ -3,9 +3,9 @@ import random
key
=
"abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
key
=
"abcdefgh使用编程实现位移替换加密,制作密码机关真是太好玩了哈哈!"
# 要加密语句
# 要加密语句
message
=
"诺依,周末一起去看动漫展吧!"
message
=
"诺依,周末一起去看动漫展吧!"
message_t
=
""
message_t
=
"
sb去死吧
"
# 请使用私钥key,对message进行加密
# 请使用私钥key,对message进行加密
b
=
"
ucxwdcddkdwjxxa43546754y53745/..mj.l.'p,].p/.'p/[.'[,ol/p.[/]]']8ur854t94253109ir1rr104=4390449309fugfjmcpifdvmkfvn ie cenj8cw0[9ug0tqpdhfr09w8terp32qfi32urf2[ig3u2qchofyrep]]
"
b
=
"
猜得到让老婆体育课多架飞机从暖风机frded粗人看覅集团VR你粗人荷急促任家村发iuehff45ufr4让U盾很热回复5hdedueennuedu3大茹茹UR然后放入让你芙芙如何发挥发货人烦人呢如肌肤弱弱若肌肤的的软件
"
for
i
in
message
:
for
i
in
message
:
str1
=
random
.
choice
(
key
)
str1
=
random
.
choice
(
key
)
...
@@ -16,5 +16,5 @@ print(message_t)
...
@@ -16,5 +16,5 @@ print(message_t)
a
=
list
(
message_t
)
a
=
list
(
message_t
)
a
.
insert
(
3
,
b
)
a
.
insert
(
3
,
b
)
print
(
a
)
print
(
a
)
message
1
=
""
.
join
(
a
)
message
_t
=
""
.
join
(
a
)
print
(
message
1
)
print
(
message
_t
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment